cordova-plugin-ionic-webview icon indicating copy to clipboard operation
cordova-plugin-ionic-webview copied to clipboard

Web View plugin for Cordova, specialized for Ionic apps.

Results 121 cordova-plugin-ionic-webview issues
Sort by recently updated
recently updated
newest added

# Problem description I use Ionic 1 with Cordova in a mobile app, distributed to Android and iOS. Last week I noticed I couldn't set a video in fullscreen mode...

On iOS - I'm attempting to use the HTML5 video player to play a 'large' video (~200mb). When the video is played from a remote URL - my server -...

i have uploaded my app on the playstore aand everything worked fine but when i tried to uplode it to the app store i faced this issue The app references...

I use this plugin because the ability to use autofocus works. Problem i am facing is the focused field does not center in the visible area when the keyboard is...

``` if (@available(iOS 14.5, *)) { wkWebView.configuration.preferences.textInteractionEnabled = NO; } ``` https://stackoverflow.com/questions/75628788/disable-double-tap-magnifying-glass-in-safari-ios

Solves problem with video element using local files described in issue [#673](https://github.com/ionic-team/cordova-plugin-ionic-webview/issues/673)

Currently deployment-target in plugin.xml is 11 which is not supported anymore. In addition to that it can mess with other plugins that require deployment target larger than 11. In my...

The changes made to CDVWKWebViewEngine.m in the last commit (to enable inspection) is causing the AppFlow build to use the iOS 16.4 SDK. Apple now requires all submitted binaries to...

When I set the domain as the same of the host the app returns the index.html. This behavoir is happening because app’s webview thinks you are asking for an internal...

using ionic cordova application with angular, recently got this error after upgrading the web view version to 5.0.1 [Error] Unhandled Promise rejection: – "undefined is not an object (evaluating 'window.webkit.messageHandlers.cordova.postMessage')"...