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

Instructions for using framework

pjebs opened this issue · comments

commented

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

http://stackoverflow.com/questions/25341238/xcode-6-ios-8-sdk-but-deploy-on-ios-7-uiwebkit-wkwebkit

Which is correct for making your code compatible with an iOS 7 device and later with no issues.