Cordova InAppBrowser Plugin

repository·master·Indexed 22 days ago

https://github.com/apache/cordova-plugin-inappbrowser

A 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.

Tokens
7K
Snippets
21
Records
48
Agent score
77%

What's inside cordova-plugin-inappbrowser

  1. Configure toolbar position and visibility

    master
    The plugin provides options to customize the toolbar. In version 0.2.5, the option 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).
  2. Migrate to version 7.0.0

    master

    Version 7.0.0 introduces breaking changes for iOS. If you are upgrading from a previous version, note the following:

    • The property instance and the getter method getInstance have been removed from the iOS implementation.
    • Unused private methods have been removed.

    Ensure your custom iOS integrations or extensions do not rely on these removed members.