pixomobile / pixotale-issues

Pixotale Tasks
2 stars 0 forks source link

A reusable fall back class for WKWebView/UIWebView #736

Closed mave99a closed 9 years ago

mave99a commented 9 years ago

Create a fall back class, so we can use WKWebView for iOS 8 while working under UIWebView for older version. Right now we only use UIWebView.

A few reference: http://www.slideshare.net/taketo1024/let-ui-webviewaswkwebview

http://floatlearning.com/2014/12/one-webview-to-rule-them-all/

https://github.com/YardiSystems/YSWebView

mave99a commented 9 years ago

Done!