cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

Mirror of Apache Cordova wkwebview engine plugin

Results 76 cordova-plugin-wkwebview-engine issues
Sort by recently updated
recently updated
newest added

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...

needs reply

Hi Ionic team, Sometimes When I re-open the app on **iOS device**, cordova is not executed. ![screen shot 2017-04-11 at 11 57 27 am](https://cloud.githubusercontent.com/assets/2154886/24920945/be41d4c0-1eae-11e7-9253-7d924463c318.png) 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...