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

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

#### Issue description - Unable to set cookies when building the app with XCode 12 or XCode 12 Beta. - Building the app with XCode 11.7 allows the cookies to...

I'm trying to select all the text I have typed into an input, and can do this by using "select" to manually select from start to finish, but the "select...

Cookies sent by backend are stored, but not the ones set by app itself. The following code: ``` document.cookie = "notified=1; path=/; expires=Tue, 19 Jan 2038 03:14:07 GMT"; console.log(document.cookie); ```...

I tried to get the `WebViewAssetLoader` loader running to see how it works (see #483). Implementing this was pretty straightforward and it works with cordova-android@9 and AndroidX enabled. Right now...

**Where I found it?** Webview located at bolts/WebViewAppLinkResolver.java we can view them by decompiling the apk file as the mentioned file is only created after the apk build in ionic...

**Problem** On Android using a number in `HostName` makes a weird behaviour where the domain name is converted to an IP address and crash the application. **What is expected to...

**Problem** Infinite loop in didFailNavigation. **What is expected to happen?** Should not infinite loop. **What does actually happen?** Infinite loop with failed loads of the error URL. **Command or Code**...

To the powers that be. I found this article https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation/ which helped me migrate and fix app using `cordova-plugin-ionic-webview` - but I found another plug `twitter-connect-plugin` that is not on...

Hi, after updating your plugin to version 5.0.0 from 4.1.1 all local storage is lost on Android and iOS I couldn't find any documentation or existing issue on this topic....