-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to WKWebView #1
Comments
Though, I've read it is very buggy for the moment.
|
|
There's a preliminary version of Bowser using WKWebView in https://github.com/ijsf/bowser/tree/wkwebview - seems to be working, though not fully tested. |
Is that using the 64-bit package from Cerbero? |
32-bit armv7, briefly tested on iPad Mini Gen 1. |
Interesting. Have you tried many different URL's? When I tried this a couple of months ago, I hit the bug linked above and some pages just rendered blank. Fixed in iOS 8.2 SDK perhaps? |
Haven't really tested yet. I am pretty sure that bug is eventually going to be fixed though, if it hasn't already been. |
@ijsf I was thinking now would be a good time to mandate 64-bit devices only for Bowser and thus get rid of the problem of the buggy WKWebView. How far did you get with your move, does it work? |
I'm working on this here #61. |
#61 landed. |
Use WKWebView instead of UIWebView. A nice overview of the capabilities of WKWebView can be found here http://nshipster.com/wkwebkit/
The text was updated successfully, but these errors were encountered: