This package is depreceated in favor of the official support for wkwebview available in meteor 1.3. See here for more info.
Switches your meteor ios app to WKWebView on iOS 8+, which is significantly faster and better than the old, clunky, memory leaking UIWebView.
Due to a meteor bug, installation includes two steps:
# This replaces the default meteor cordova plugin with a version
# that can allow the use of the wkwebview cordova plugin
meteor add cordova:com.meteor.cordova-update@https://github.com/practicalmeteor/com.meteor.cordova-update/tarball/a7e98f27a26b727288da81dcfd8047eccb5f6036
# This package simply includes the wkwebview cordova plugin
meteor add practicalmeteor:wkwebview
This package is using a fork of Telerik's wkwebview cordova plugin. If you have non-meteor related iOS issues, please check in their repo first if a similar issue has been filed, and once the issue is fixed, I will merge the fix into my fork. So, please only create "please merge" issues here after they have been fixed in their repo.