FLWebView
FLWebView copied to clipboard
WKWebView with UIWebView fallback for iOS.
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...
I saw issue #2. Why would you close this issue if you intent to implement it in the future? It's still outstanding... Please create a pod for this, it's very...
The example project seems to include the WebKit.framework as "required". For an iOS 7 device will this work? According to these articles this extra step needs to be done: http://stackoverflow.com/questions/25897123/including-webkit-framework-for-ios8-fails-validation...