Yes this is how it will work with WKWebView in iOS 8 (I've already coded it this way in a feature branch). Fall back is UIWebView. There is no other option available for iOS renderers (Apple rule), not sure what you are talking about. Only these two.
On Thu, Sep 11, 2014 at 3:46 PM, julio cesar sanchez <[email protected] > wrote: > the problem is WKWebView is only available on iOS 8, if you choose it, then > on older versions you'll get UIWebView? maybe you want WKWebView if > available, and then crosswalk or gecko intead UIWebView > > 2014-09-11 21:35 GMT+02:00 Shazron <[email protected]>: > > > I'm thinking of the preference route for IAP, for iOS - once we get the > > WKWebView support going, having a separate plugin for that seems too much > > trouble (and duplicating code). > > Maybe a pref like > > <preference name="WebEngine" value="default" /> where value can be > > WKWebView, Crosswalk etc > > > > > > On Thu, Sep 11, 2014 at 12:00 PM, Ian Clelland <[email protected]> > > wrote: > > > > > I think it sounds like it should be a new plugin, that you would > install > > > instead of IAP, and that depends on Crosswalk, rather than forcing the > > > existing IAP plugin to require a separate webview. > > > > > > Or perhaps IAP should have a preference which determines which WebView > it > > > should instantiate, much like Cordova itself does, as of 4.0.x > > > > > > On Thu, Sep 11, 2014 at 2:52 PM, Andrew Grieve <[email protected]> > > > wrote: > > > > > > > Makes sense that we should do this. > > > > > > > > On Thu, Sep 11, 2014 at 12:43 PM, Gao, Chun <[email protected]> > > wrote: > > > > > Hi, > > > > > > > > > > I found there are some requirements for InAppBrowser plugin to > > support > > > > HTML5 features > > > > > > > > > > http://stackoverflow.com/questions/25613773/is-it-possible-to-force-cordova-inappbrowser-to-use-crosswalk-webview > > > > . As InAppBrowser plugin is implemented based on android WebView > > > component, > > > > lots of HTML5 features were not supported on Android before Kitkat. > Is > > > > there any plan to implement the plugin with CordovaWebView? If the > > plugin > > > > could be implemented based on CordovaWebView, third party web > runtime, > > > like > > > > Crosswalk , could provide the HTML5 capabilities to InAppBrowser. > > > > > > > > > > Regards, > > > > > Gao Chun > > > > > > > > > >
