gowithfloat / FLWebView

WKWebView with UIWebView fallback for iOS.

Home Page:http://gowithfloat.com/2014/12/one-webview-to-rule-them-all/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Loading from file?

fruiz500 opened this issue · comments

iOS 8 has a bug that prevents loading from file, but apparently there is a workaround. Two sources:

http://stackoverflow.com/questions/24882834/wkwebview-not-working-in-ios-8-beta-4/28676439#28676439 (scroll down a little, I guess the code is swift)

https://github.com/shazron/WKWebViewFIleUrlTest (workaround works, according to my tests on iOS 8.4 from /tmp and also from /Library, which probably is better, but the code is too complex for me)

Can you add this workaround to FLWebView (objective-C preferred)? My level isn't good enough to know what I'm doing.

Thanks!

How to get the WKWebview realHeight after finishLoad? please help me...

@douliyangwan I'd suggest you ask your question on Stack Overflow.