iOS alternative browser

Hi,
I’ve searched the web and the forum for a solution for consistency in iOS devices (similar to crosswalk on Android), is there any browser for iOS that I can pack with my app on iOS? Not having CSS3 keyframes and similar features on older iOS versions is a big turn-off…

Thanks in advance…

Hi, there is a cordova plugin called Cordova WKWebView Engine that improved iOS performance with using WKWebView instead of default UIWebView which is faster and better.

Here’s the link to plugin:
https://github.com/driftyco/cordova-plugin-wkwebview-engine#installation-instructions

And here’s the link to Ionic blog post about it:
http://blog.ionic.io/cordova-ios-performance-improvements-drop-in-speed-with-wkwebview/