cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Apache Cordova InAppBrowser Plugin
I'm developing an APP using Ionic V6 with Angular and Cordova, but I'm having a problem using the In App Browser, when I use the app on the computer (ionic...
### Platforms affected Android. ### Motivation and Context - Third party cookies should be configurable and not just simply on by default - I've done some additional code improvements to...
# Bug Report ## Problem I use an IAB instance to load my site into a Cordova webview in a _blank window so I can catch calls to window.open and...
Support for passing request headers only for android. User need to pass comma separated headers, with their key, values separated by : Eg: cordova.InAppBrowser.open("http://apache.org", "_self", 'location=no','custom-h1:asd,h1:xyz');
### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist - [ ] I've run the tests to see all new and existing tests pass - [...
### Platforms affected Android ### Motivation and Context Resolves #686 Link to the issue: #686 ### Description We removed waitForBeforeload flag as it prevents beforeLoad from being called on every...
# Bug Report ## Problem ### What is expected to happen? When I go to innappbrowser and click on select, or if I open YouTube then the application closes. (Only...
Hi, I'm using inAppBrowser with Capacitor in an Android application, everything works perfect, except the session issue. When I close the application, if I had logged in, it doesn't recover...
We can not open device's native camera or see any option to open it when we clicked the input type="file" in Android devices. Is there any solution ?
# Decide policy on load error ## Errors like WebKitErrorDomain (error code 102) and others interrupt the navigation process. In such cases navigation decisions should be made rather than rejected....