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

# Bug Report ## Problem ### What is expected to happen? app build should be success ### What does actually happen? app build failed ## Information I have run the...

### Platforms affected iOS ### Motivation and Context closes #77 ### Description Added ability to set initial cookie which solves the problem with setting HTTP cookies. Based on https://github.com/CWBudde/cordova-plugin-wkwebview-inject-cookie ###...

i have added config.xml also added forceOverscroll=false but not working ios 13

In UIWebView we are using `webkit.messageHandlers.cordova_iab.postMessage()` to post messages. And to listen to messages: ``` inappbrowser.addEventListener('message', function (params) { .... }); ``` In WKWebView we need to use webkit.messageHandlers.**cordova**.postMessage()?

### BUG Freezing application when add this plugin ### What is expected to happen? application workflow successfully on " ios " ### What does actually happen? when i add this...

### Issue Type - [x] Bug Report - [ ] Feature Request - [x] Support Question ## Description WKWebView doesn't react on clicks (iframe) while UIWebView does Similar question: https://stackoverflow.com/questions/51175746/wkwebview-doesnt-react-on-clicks-while-uiwebview-does?answertab=oldest#tab-top...

support

I'm not sure why but as soon as I install this plugin `window.open(url, '_blank')` and without _blank stops worknig. I have this in my config.xml ``` ``` It works without...

support

# Bug Report I'm not 100% sure if this is a bug with the cordova plugin, the WKWebView itself, or just cordova in general, but I think it makes the...

support

I have an app written in Ionic v1, Cordova, and AngularJS 1.5.3. The problem that I have does not occur on Android devices at all. iPhones tested on: iPhone SE,...

Hi, new cordova developer here. I had a hard time figuring out whether I should this plugin or not, hope this README change can help. Feel free to rewrite, I...