Definitely, what Julio said. By default, it will always use UIWebView, you will have to turn on using WKWebView using a preference. This is so you don't get any unexpected behaviour if upgrade, since it is a different engine after all. But all of this is in an experimental branch for now in cordova-ios. Looks like iOS 8 release is near, so I don't know if they will get to fixing this in time, which IMO is a serious bug but in their eyes, who knows...
On Tue, Aug 19, 2014 at 8:41 AM, julio cesar sanchez <jcesarmob...@gmail.com> wrote: > You can choose the webview you want to use, but WKWebView is better > > Cordova apps use the UIWebView, so your problem isn't related with this bug. > The idea is to change the UIWebView for the WKWebView in the future or let > the developer choose, but if this "bug" continues on the final version we > won't be able to use cordova apps with the improved WKWebView > > > 2014-08-19 17:28 GMT+02:00 Ross Gerbasi <rgerb...@gmail.com>: > >> I haven't had much a chance to test this stuff out and I am guessing you >> know the answers to this already. >> >> Can you build with the iOS 8 SDK using UIWebView still or are you forced >> into WKWebView? >> >> I had a Cordova app on my device when I did the upgrade to iOS 8b5 and >> noticed it just force quits on launch. Is there a need to rebuild apps for >> iOS 8? >> >> Maybe this has to do with the webview lacking the ability to load? >> >> >> On Tue, Aug 19, 2014 at 10:21 AM, Shazron <shaz...@gmail.com> wrote: >> >> > No, this is WKWebView only, does not affect UIWebView. >> > >> > On Tue, Aug 19, 2014 at 7:03 AM, Jan Velecký <vve...@seznam.cz> wrote: >> > > Well, this is bad, but we should know, if this affect also Cordova app, >> > that >> > > is not created with iOS 8 SDK, but created by older SDK, older version >> of >> > > XCode. >> > >>