Configure disallowoverscroll option
masterdisallowoverscroll option was added in version 0.2.5 to control overscroll behavior.repository·master·Indexed 22 days ago
https://github.com/apache/cordova-plugin-inappbrowserA Cordova plugin that allows applications to open web URLs within a specialized browser instance. It provides more control than the standard WebView and can be used as a drop-in replacement for window.open(). Key features include the ability to inject JavaScript and CSS, handle lifecycle events (loadstart, loadstop, loaderror, exit), and configure target behaviors such as _blank, _self, and _system.
disallowoverscroll option was added in version 0.2.5 to control overscroll behavior.toolbarposition was introduced (replacing the previous toolbarbarpostion), allowing you to set the position to top. Additionally, the hidden=yes feature was implemented for Windows (version 0.2.4).When using the plugin in a web browser environment:
iframe.back and forward buttons in the LocationBar) is not implemented.my-app://).zoom=no option was updated accordingly.hardwareBackButton option was added for Android. This allows you to set whether the hardware back button should be handled by the InAppBrowser (e.g., to navigate back in history) or by the application.clearcache and clearsessioncache options were added for the iOS platform, bringing parity with the Android implementation.Version 2.0.2 introduced several customization options for the Android platform:
useWidthViewPort option was added for the Android platform. This option allows you to control the viewport width behavior within the InAppBrowser.Version 7.0.0 introduces breaking changes for iOS. If you are upgrading from a previous version, note the following:
instance and the getter method getInstance have been removed from the iOS implementation.Ensure your custom iOS integrations or extensions do not rely on these removed members.