Github user shazron commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/713#discussion_r126568456
  
    --- Diff: www/docs/en/dev/guide/platforms/ios/webview.md ---
    @@ -220,5 +222,16 @@ After using either of these two methods, continue with 
the **"Using CDVViewContr
         */
         viewController.wwwFolderName = @"myfolder";
         viewController.startPage = @"mypage.html"
    -    ```
    +    ```
    +## Adding Plugins files used in you cordova project
    --- End diff --
    
    I'm not sure I agree with this section. This assumes that they already have 
a Cordova app. This whole section is for adding Cordova to an existing Xcode 
project, without needing cordova-cli and its tools. Granted a Cordova app 
without plugins is useless, but there is no workflow on how to do that, from 
start to finish. PhoneGap itself has instructions on how to do that: 
http://docs.phonegap.com/tutorials/develop/1-embed-webview/ios/ but that's 
packaging up the core plugins into Cocoapods (with a fixed config.xml). 
    
    A generalized plugin add solution for an Embedded Webview workflow has not 
been implemented yet although we have discussed it (with no satisfactory 
conclusion).
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to