cordova-plugin-wkwebview-engine
cordova-plugin-wkwebview-engine copied to clipboard
Mirror of Apache Cordova wkwebview engine plugin
While this plugin would be great, it's for many just not useable, because we can't access local files. ### cdvfile:// - url: `cdvfile://localhost/library-nosync/images/img.jpg` - error without csp: `url not supported`...
Hello, I have upgraded to wkwebview on my Ionic v1 application (that is also using WEBGL via threejs ) and at first glance I noticed a relevant performance improvement and...
Hi, First, great work with this plugin, it performs much better than UIWebView, thank you! Second, My app is doing lots of canvas rendering and when running on ipad pro...the...
Created a new project using Cordova commands: cordova create testapp Then added following lines in config.xml to install cordova-plugin-wkwebview-engine: ``` ``` Then Executed: ``` cordova platform add ios cordova build...
Hello, there's an issue with inputs and keyboard type. for search input type the keyboard remains the same as for text type. The 'return' button should change to 'search'. On...
My ionic app uses html5 audio to play a audio file, which is in prior recorded by user using Native Media Plugin with the mobile microphone. ``` let audioAsset =...
When trying out Ionic's WKWebView 3.0, I noticed that requests to a server still contain `Origin: null`, instead of the `Origin: localhost:8080` I expected. Upon further inspection it is clear...
hi,I use cordova-hot-code-push-plugin and wk plugin ,they is not work, i use safari check it:**XMLHttpRequest cannot load file:///var/containers/Bundle/Application/850FE18F-20C4-4769-8D04-C92870CEC259/cameraHG.app/www/SceneSetup.js. Cross origin requests are only supported for HTTP.** .but when i rm...
With this plugin the WKWebView seems to ignore the DisallowOverscroll setting in config.xml (``). It seems to occur immediately after focusing an input, which causes the keyboard to appear and...
I have a number of cards within ion-content, and if one of these cards contains a radio group, scrolling is blocked in WKWebView most of the times. The scrolling is...