It provides a web browser view that allows you 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 following client actions to open the given URL:
The provided URL must contain http or https scheme.
Android Information
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" } ] } }
Versions 3.0.0+ of the InAppBrowser Plugin are compatible with the supported MABS versions available: MABS 10.0
LicensingInAppBrowser Plugin versions up to 2.4.10
InAppBrowser plugin for Apache CordovaApache License 2.0Copyright 2012 The Apache Software FoundationInAppBrowser Plugin from version 3.0.0 and onwardsMIT LicenseCopyright (c) 2024 OutSystems
Features
Chores
Copyright (c) 2024 OutSystems, MIT License