cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Apache Cordova InAppBrowser Plugin
I might have the same issue as @siranjeevimurugesan reported - https://github.com/apache/cordova-plugin-inappbrowser/issues/1002. And I have additional issue for iOS. ### Case Description My application uses InAppBrowser to open app links to...
# Bug Report InAppBrowser on the link doesn't work on Android but works fine on iOS ## Problem The InAppBrowser feature, which is used to open a link within a...
### Platforms affected Android ### Motivation and Context This change enables usage of `window.print()` on Android Partially implements #1025 ### Description [window.print is not implemented in Android's WebView](https://bugs.chromium.org/p/chromium/issues/detail?id=322303). This change...
# Platforms affected iOS ### Motivation and Context Many applications rely on ability to display local resources using inappbrowser. WKWebView implementation introduced additional security which needs to be handled. Fixes...
# Bug Report App freezes/becomes unresponsive if the in app browser is closed by swiping down instead of hitting the Close button. ## Problem ### What is expected to happen?...
Hello I need to close cordova iab after login, and I would do this with post message from browser in app to hybrid app I've done with this code: ```...
Is it possible to disable the close button (Done) for iOS?
# Feature Request Enable the usage of window.print() when using the inappbrowser plugin for iOS and Android. ## Motivation Behind Feature The application I'm working on allows users to print...
### Platforms affected Android ### Motivation and Context Closes Issue #1022 ### Description This change adds an settable option `zoomcontrols` in addition to `zoom` at initialisation of the Inappbrowser instance....
# Feature Request Inappbrowser allows zoom functionality (pinch-to-zoom and via on-screen buttons) when the InAppBrowser instance is initialized with the option `zoom` set to `yes`. When using pinch-to-zoom gesture, displaying...