You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/08/15 11:32:21 UTC

[jira] [Commented] (CB-11705) [iOS-Cordova] Add configuration to override default WebViewEngine

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

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

GitHub user hnilsen opened a pull request:

    https://github.com/apache/cordova-ios/pull/241

    CB-11705 - Adding CordovaDefaultWebViewEngine configuration

    Adding CordovaDefaultWebViewEngine configuration option to be able to use a different WebView as default and/or fallback.
    
    This way you can extract the UIWebViewEngine plugin from the private space. You can also force the WKWebView to be default, or some other webview if needed.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hnilsen/cordova-ios CB-11705

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-ios/pull/241.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #241
    
----
commit 6a46dd0748eb28115203fa20314b4f8d022b8a51
Author: Håkon Nilsen <hn...@gmail.com>
Date:   2016-08-15T11:30:29Z

    CB-11705 - Adding CordovaDefaultWebViewEngine configuration option to be able to use a different WebView as default and/or fallback

----


> [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-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org