Telerik-Verified-Plugins / WKWebView

DEPRECATED - this plugin served a purpose in the past, but there are better implementation now
832 stars 149 forks source link

IOS8.3 blank page #126

Open ammubasha opened 9 years ago

ammubasha commented 9 years ago

Cordova 5.0 IOS 8.3. the plugin installed without any problem. But the application not getting loaded and showing blank page.Do i miss something please shed some light

nitzanwilnai commented 9 years ago

Having the same problem with Xcode Version 7.0 beta (7A120f) and the public iOS 9 beta 1. Same code works fine on Xcode 6 final and iOS 8.4

EddyVerbruggen commented 9 years ago

@42experts same problem with iOS 8 or 9?

EddyVerbruggen commented 9 years ago

iOS9 issues should be fixed with 0.5.0, not sure about iPhone6+/iOS8.4, please take a look.

ekscrypto commented 9 years ago

Having the same issue using iOS 8.4.1 on iPhone6, Cordova 5.1.1.

In my case the hamburger menu icon appears but there is no page content, and no javascript error visible.

FYI: There is no indication in the Xcode console about total plugin load time after installing WKWebView, is there any chance we are only missing a callback to the plugin initialization?

EddyVerbruggen commented 9 years ago

@ekscrypto That error sounds very specific - can you send me a minimal project reproducing the issue?

ekscrypto commented 9 years ago

@EddyVerbruggen I'll see what I can do, trying to fix an annoying issue with a threateningly close deadline and WKWebView was my hope for a quick fix.

LukePulverenti commented 8 years ago

Same here with the combination of ios9 and xcode 7, although i get the feeling that a small sample app isn't going to demonstrate the issue.

What I'm seeing is that it's getting to the point of calling loadUrl and then it's just not getting any further.

LukePulverenti commented 8 years ago

Here is the true problem, at least for me. If the url you're trying to load is not https, then you'll need to add an entry to your info.plist in order to allow it:

https://github.com/meteor/meteor/issues/4560

This is new in iOS9.