Provides a web browser view that allows to load any webpage externally. It behaves as a standard web browser and is useful to load untrusted content without risking your application's security.
Since version 2.2.0, the plugin is compatible with both Cordova and Capacitor.
Android P blocks the usage of HTTP requests by default, in case of need to open a URL with HTTP a preference can be specified in the application extensibility configuration:
{ "preferences": { "android": [ { "name": "InAppBrowserCleartextTrafficPermitted", "value": "true" } ] } }
Version 1.0.1 of the plugin has a limitation when using MABS 11 where the "Open" client action with "SYSTEM" as the target doesn't work properly on iOS 18. This issue no longer occurs in recent versions of the Plugin.
Fixes
MIT License
Copyright (c) 2025 OutSystems