cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Apache Cordova InAppBrowser Plugin
Currently **input type='file'** only allows to select a file from explorer/file picker. This PR has been raised to add a feature to show the action chooser for Camera, Video File....
I have a Cordova iOS app that uses the Cordova InAppBrowser plugin. The InAppBrowser has been modified natively so that a menu bar is displayed as a header above the...
# Feature Request ## Motivation Behind Feature Currently, there is no visual feedback indicating that content inside the InAppBrowser is loading. Users experience a blank screen until the webpage fully...
### Platforms affected Android ### Motivation and Context Add current progress of loading a page ### Description ### Testing ### Checklist - [ ] I've run the tests to see...
Hello I have problem with inapp, I want close browser after when event fire. I try use close() but function not working. What Im doing wrong? This is my code:...
# Bug Report ## Problem ### What is expected to happen? We are using the inappbrowser to load our initial app page. After we add a listener to the "beforeload"...
# Bug Report ## Problem I am getting some crash reports on Google Play Console with the stack trace below. I am not sure if this issue is caused due...
### Platforms affected ### Motivation and Context ### Description ### Testing ### Checklist - [ ] I've run the tests to see all new and existing tests pass - [...
# Bug Report ## Problem var options = "location=yes,hidden=yes,beforeload=yes"; inAppBrowserRef = cordova.InAppBrowser.open(url, target, options); inAppBrowserRef.addEventListener('beforeload', (params, callback) => { if (params.url.startsWith("http://www.example.com/")) { // Load this URL in the inAppBrowser. callback(params.url);...
# Bug Report ## Problem I use the inappbrowser on my SSO authentication, and it redirects the user a few times. After upgrading to 6.0.0 from 5.0.0 the behaviour changed...