cordova-plugin-inappbrowser
cordova-plugin-inappbrowser copied to clipboard
Apache Cordova InAppBrowser Plugin
# Bug Report beforeload event for POST method is not fired ## Problem I read this https://github.com/apache/cordova-plugin-inappbrowser/pull/367 And try to build an app with https://github.com/dpa99c/cordova-plugin-inappbrowser-test Then open inappbrowser with beforeload...
# Bug Report ## Problem beforeload is called at every second click ### What is expected to happen? beforeload should be called at every click ### What does actually happen?...
# Bug Report Added console.log() statement in 4 events (beforeload, loadstart, loadstop, loaderror) ## Problem beforeload is called twice on first load/navigation change, then only after two every second navigation...
On both Android and iOS, ref.close() does not close the window. I can see the webview is still running. Does not seem to be specific to device or OS. However,...
# Bug Report ## Problem ### What is expected to happen? When closing the inAppBrowser the screen will not stuck on ios ionic 4 after foreground the app. ### What...
# Bug Report After removing the plugin it is still in the project's requirements ## Problem I installed and removed the plugin using ``cordova plugin remove``. But it is still...
# Bug Report Cookies are not sharing between inAppBowser and with app ## Problem I have a SSO login flow i am login in the `InAppBrowser` and sync the cookies...
# Bug Report ## Problem If we open stripe checkout url into inappbrowser, and we try to connect with US Bank and as bank need to verify with new window...
We are tying to load stripe payment page in an ionic 5 app using in app browser. the app loads the page and then gets restarted on iOS device. Has...
# Bug Report ## Problem On iOS, the location bar is transparent, meaning the app is visible behind. ### What is expected to happen? The location bar has the same...