cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Apache Cordova InAppBrowser Plugin
### Platforms affected Android ### Motivation and Context This PR allows opening local files in the inappbrowser for Android applications targeting SDK 30 or later. The use-case for this is...
# Bug Report ## Problem ### What is expected to happen? Embedded app in Iframe should load without errors ### What does actually happen? https://github.com/apache/cordova-plugin-inappbrowser/blob/c54d10052a42d5e68c76b53991c287a19cdce12c/www/inappbrowser.js#L24-L27 this line throws the error...
# Feature Request ## Motivation Behind Feature Currently WKURLSchemeHandler are already supported for cordova-ios 6.2 already, which solves many local file assess problem. But unfortunately it is not supported in...
### Platforms affected Android ### Motivation and Context Fix #915 ### Description Added `queries` tag to enabled package queries for View ### Testing ### Checklist - [ ] I've run...
# Bug Report ## Problem Due to Android 11 package visibility restrictions, the chooser is not shown when `target="_system"` ### What is expected to happen? Chooser to show option to...
I am not native english so I cant create a pr for this, but we need to documente the lastest changes in custom schemes handling (https://github.com/apache/cordova-plugin-inappbrowser/pull/263 and https://github.com/apache/cordova-plugin-inappbrowser/pull/274) the things...
### Platforms affected iOS ### Motivation and Context Fixes #566 by setting modalInPopover to true, disabling the swipe to dismiss feature. ### Description Sets modalInPopover to true, only allowing closing...
# Bug Report ## Problem If multiple instances of IAB are created, only the events from the last created IAB instances are called back. ### What does actually happen? Consider,...
# Bug Report ## Problem Using inappbrowser in a ionic project (but I thinks it's the same with standard cordova project) if a form as a multiple upload option, opening...
### Platforms affected Android ### What does this PR do? Use `evaluateJavascript` to call javascript with callback for Android instead of Prompt Fixes #303 seen with Chrome v69.0.3497.91 when callback...