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

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

Github user shazron commented on the issue:

    https://github.com/apache/cordova-ios/pull/241
  
    I think you misunderstand that part of the code. You can already swap the 
default webview engine. It will use the setting "CordovaWebViewEngine" as you 
can see below the code you are changing. 
    
    Also, see https://github.com/apache/cordova-plugin-wkwebview-engine
    In its plugin.xml, it installs itself as:
    
https://github.com/apache/cordova-plugin-wkwebview-engine/blob/42c847b2680a80e52ffd3617119ddd6634751453/plugin.xml#L48
    
    The value is the class name.


> [iOS-Cordova] Add configuration to override default WebViewEngine
> -----------------------------------------------------------------
>
>                 Key: CB-11705
>                 URL: https://issues.apache.org/jira/browse/CB-11705
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: iOS
>    Affects Versions: Master
>            Reporter: HÃ¥kon Nilsen
>              Labels: easyfix
>   Original Estimate: 2h
>  Remaining Estimate: 2h
>
> The introduction of WKWebView from iOS9 separed the WebView-interface to 
> enable WKWebView and UIWebView. UIWebView is the default for all of Cordova 
> unless WKWebView is specified, and always default for iOS 8.
> I think it is appropritate to be able to change the default UIWebView to 
> whatever you'd want (i.e. WKWebView for iOS8 as well, or a different 
> UIWebView plugin). 
> I will supply a pull request.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to