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

[DEPRECATED] Apache Cordova wkwebview engine plugin

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

As Apple seems to become very picky about the usage of UIWebView APIs, this PR removes the last trace of a UIWebView from this engine.

# Bug Report ## Problem In iOS, Webview suspend immediately, before the content can be back after "overscroll" ## Information I tested in my iPhone X, iOS 13.5 with Hello...

hello guys, cordova ios 5.1.1 without wkwebview plugins work fine but with this plugin, cookies or cache is not saved thru iframe after app restart any solution? thanks

# Bug Report ## Problem CDVWKWebViewEngine userContentController didReceiveScriptMessage: does not get called ### What is expected to happen? I am expecting that the method gets invoked and in turn executes...

After switching to a new cordova-plugin-wkwebview-engine preference BackgroundColor stopped working. Now it always white. `` To change the color, I need to edit the [source code of this plugin](https://stackoverflow.com/questions/44798901/how-to-change-cordova-wkwebview-engine-background-colour), but...

# Bug Report ## Problem Our customers report random white screens on app launch on iOS devices. While almost all devices happen to launch the app successfully after some retries...

# Bug Report ## Problem Prior to 13.4, setting `` and webkit-playsinline and playsinline on the src allowed videos to play inline. ### What is expected to happen? Video playing...

The Travis configuration is currently missing some platforms because there are issues: https://github.com/apache/cordova-plugin-wkwebview-engine/issues/101 When those are fixed, this can be merged to improve the coverage of the CI.

bug

Hi, I had tried this plugin for one of my Project. It is working well but one of issue that I am getting is when my Input element is at...

support
platform: ios

The DisallowOverscroll preference doesn't disable bounce for all elements that scroll. Similar issue here https://github.com/ionic-team/ionic/issues/11844 where the elements glitch. The solution appears to be to disable all elements with overflow:scroll:...

support