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.
How to use this plugin?
Use the Open client action in order to open the given URL. The provided URL must contain http or https scheme.
For MABS 5 or upper versions
Plugin Versions
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" } ] } }
The latest version (2.4.5) of InAppBrowser Plugin is compatible with the supported MABS versions available:
MABS 8.0
MABS 7.0
MABS 6.3
Licensing
InAppBrowser plugin for Apache CordovaApache License 2.0Copyright 2012 The Apache Software Foundation
Copyright (c) 2021 OutSystems, MIT License