cordova-plugin-wkwebview-engine
cordova-plugin-wkwebview-engine copied to clipboard
Mirror of Apache Cordova wkwebview engine plugin
Could you add version tag to your release, so we can pin the version in `config.xml` instead of using commit hash? Just in case, you can add this to your...
Hi there, I've been using this plugin for a while now, and it worked great. Thanks (: As I'm testing out my app's update for iOS 11, I've bumped a...
``` Environment Information Framework: Ionic2 @ Beta11 OS: iOS 9.3 Device: iPhone6 (also reproducible on iPhoneSE, iPad Air, iPhone 6S) ``` **Expected Behavior**: When a User navigates a form using...
If you use the cordova-plugin-splashscreen, make sure that the autohidesplasscreen value is set to true in your config.xml as below: `` Otherwise an exception is thrown in the native code...
Hi Ionic team, Sometimes When I re-open the app on **iOS device**, cordova is not executed.  My app is loading my remote...
So just been testing my app with the wkwebview plugin and have come across a serious issue for anyone with an app that needs to run some tasks in the...
https://webkit.org/blog/7016/ios-10-link-preview-api-in-wkwebview/ Fix properly: https://github.com/ionic-team/ionic/issues/11896#issuecomment-307142371 If a link points to internet, we enable it, but it if does to the app, we disable "peek and pop".
I do a production build of my app, successfully: `ionic build --prod` I run the app from xCode on device running iOS 10, i get the following error in the...
There is a workaround for anyone having an issue like this #6: `Unable to get image data from canvas because the canvas has been tainted by cross-origin data` To fix...
After drawing an image from the local file system (/www/img) to a canvas, I receive a CORS error when attempting to extract the image data from the canvas. The error...