cordova-plugin-ionic-webview
cordova-plugin-ionic-webview copied to clipboard
Web View plugin for Cordova, specialized for Ionic apps.
Im having a hard time trying to eliminate this bug. We have an app thats in production, it works online an offline, so we download any images that are needed,...
After installing cordova-plugin-ionic-webview plugin in a JQuery Mobile app, it works fine in iOS 13, however, in iOS 12 the navigation has stopped working. When I click on a navigation...
I am attempting to use an httpOnly cookie with the maxAge property set in order to persist a session even when the app is restarted. I'm finding that the cookie...
This adds a new URLSchemeHandler which can proxy http(s) requests to external servers. This is useful for some CORS issues and webview bugs that affect the use of cookies in...
Sister PR for 4.x: PR #533 --- The history of the keyboard dismissal problems are kind of messy so here we go: ### 1) The main bug that started this...
With the `--ssl` flag now an experimental feature of the Ionic CLI (https://github.com/ionic-team/ionic-cli/issues/3305), devs are able to use livereload using an HTTPS server. This is mostly to test/develop features involving...
When I have a long page with text input fields (long enough to scroll a decent amount) * If I select an input near the bottom of the page I...
I'm an engineer on the Android WebView team. It recently came to my attention that you're using WebViewLocalServer (probably forked from https://github.com/google/webview-local-server). Instead of forking this class, we strongly recommend...
Hi, I've removed and installed this plugin (in order to get the new version) but suddenly the old nasty iframe gap:// appeared and is throwing an error inside the console...
I tried to disable the scrollbars with: ``` ::-webkit-scrollbar{ display:none; } ``` and it doesn't seem to be working. I found issues referencing this at: https://issues.apache.org/jira/browse/CB-10123 But there appears to...