Login to follow
InAppBrowser Plugin

InAppBrowser Plugin (ODC)

Supported
Stable version 2.5.1 (Compatible with ODC)
Uploaded on 20 Aug (3 weeks ago) by OutSystems
InAppBrowser Plugin

InAppBrowser Plugin (ODC)

Details
Detailed Description

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.


Limitations

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.

Release notes 

Fixes

  • OpenInWebView and OpenInSystemBrowser client actions when using InAppBrowserEvents block inside an if condition.
License

MIT License

Copyright (c) 2025 OutSystems