cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Apache Cordova InAppBrowser Plugin
# Bug Report ## Problem When an InAppBrowser session is started, the 'beforeload' event will only ever trigger once. ### What is expected to happen? Every time a redirect event...
I had publish app to appstore. and it works very well. but I'm now did some change on code and found out that on IOS13 inappbrowser is not open properly(...
# Bug Report ## Problem android 12 target _self close app ### What is expected to happen? show in webview ### What does actually happen? if target is _blank work...
# Feature Request Android: request voice-record (onRequestPermissionResult) (Some message such as 'default UserNotAllow...' was given ) IOS: If the NSMicrophoneUsageDescription is not added in the Info.plist, the voice-record inside the...
# Feature Request A share button to share the URL / content in inappbrowser with other apps ## Motivation Behind Feature Sometimes, you might want to share the content of...
### Platforms affected Android ### Motivation and Context Android in-app-browser does not allow in-browser camera/webcamera usage (permission denied) With this change, camera usage will be allowed as long as the...
# Bug Report ## Unable to access the camera while accessing the https://webcamtests.com/ URL for android and iOS ionic application ### It must allow access to the Camera for record...
Hey there! Is it possible to have two instances of the in app browser alive at the same time? I have a situation where I need to keep an instance...
Links with target _blank are not working on iOS when they are opened from the inAppBrowser and wkwebview is enabled. This is also an issue with a form element which...
# Bug Report When using _self - nothing appears with no errors reported. If I change it to _blank it shows up but leaving a large gap at the top...