[ 
https://issues.apache.org/jira/browse/CB-12980?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16102781#comment-16102781
 ] 

ASF GitHub Bot commented on CB-12980:
-------------------------------------

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

    https://github.com/apache/cordova-docs/pull/713#discussion_r129762417
  
    --- 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 --
    
    It's just that you skipped over all the parts of how they get the plugin 
source in the first place. That part is missing, since your steps assume a CLI 
workflow (assuming a Plugins folder and such).
    
    In a CLI workflow, they just do "cordova plugin add". In an embedded 
webview workflow, how do they get it in without the CLI? This is the thing we 
haven't solved yet. By the way, just adding plugin source does not solve the 
problem totally, they have to add entries in config.xml, etc. It is not a 
trivial problem.


> Improve instruction and add detail steps for plugins in cordova project.
> ------------------------------------------------------------------------
>
>                 Key: CB-12980
>                 URL: https://issues.apache.org/jira/browse/CB-12980
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-docs
>    Affects Versions: [email protected]
>         Environment: iOS
>            Reporter: sudotamm
>            Assignee: Shazron Abdullah
>
> 1. Dynamic framework should be embed in app for launch pre-main loading.
> 2. Add steps to show how integrate cordova in xcode which used in cordova 
> project.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to