Skip to content

A meteor package for using the significantly better and faster WKWebView in mobile apps on iOS 8+.

License

Notifications You must be signed in to change notification settings

practicalmeteor/meteor-wkwebview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depreciation Notice

This package is depreceated in favor of the official support for wkwebview available in meteor 1.3. See here for more info.

practicalmeteor:wkwebview

Switches your meteor ios app to WKWeb​View on iOS 8+, which is significantly faster and better than the old, clunky, memory leaking UIWebView.

Installation

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

Important note about filling issues

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.

About

A meteor package for using the significantly better and faster WKWebView in mobile apps on iOS 8+.

Resources

License

Stars

Watchers

Forks

Packages

No packages published