Github user sudotamm commented on a diff in the pull request:
https://github.com/apache/cordova-docs/pull/713#discussion_r128179344
--- 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 --
When user want to integrate cordova project which used plugins in xcode
project. They also need to add source code of these plugins into their xcode
project. Otherwise plugins will not work when use cordova CDVViewController in
xcode project.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]