inappbrowser-plugin
Mobile icon

InAppBrowser Plugin

Supported
Stable version 4.0.0 (Compatible with OutSystems 11)
Other versions available for 10
Uploaded
 on 18 May
 by 
OutSystems
4.0
 (16 ratings)
inappbrowser-plugin

InAppBrowser Plugin

Created on OutSystems 11

Version 4.0.0

Stable
Current
Uploaded on 18 May by OutSystems
Compatible with:
Version 11
Database:
All
Release notes:

FIXES

  • Android: isolate WebView local storage and cookies from the main app by default on Android 28+

BREAKING CHANGES

  • Android: `OpenInWebView` now isolates WebView storage by default on Android 28+. Apps that need to share the main app WebView's `localStorage` or cookies must set `Options.AndroidWebViewOptions.IsIsolated` to `False`. 
  • Android: Apps upgrading to this version will lose any existing `localStorage` or cookies previously stored by the InAppBrowser WebView on Android 28+ on the first run. This is because the WebView now runs in a separate process with its own data directory. Users may need to re-authenticate with websites that relied on persisted session data. If you want to preserve this data without it resetting on the first run of the app, you must set `Options.AndroidWebViewOptions.IsIsolated` to `False`. 
License:

Copyright (c) 2026 OutSystems, MIT License

Application Objects:
InAppBrowser Plugin does not affect the count of AOs.

Version 3.4.5

Stable
Uploaded on 17 Apr by OutSystems
Compatible with:
Version 11
Database:
All
Release notes:

Fixes

  • Android
    • (RPM-6744) Remove extra HTTP requests for checking if PDF exists, fixing an issue with OutSystems Traditional Web Page calling Preparation action multiple times.
License:

Copyright (c) 2026 OutSystems, MIT License

Application Objects:
InAppBrowser Plugin does not affect the count of AOs.
Created on OutSystems 10

Version 2.3.0

Stable
Uploaded on 09 January 2020 by OutSystems
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All
Release notes:
  • Background color now takes dark mode into account
  • Improvements to view positioning depending on which options are used
  • Fixes related to the usage of safe area insets
  • Adds compile-time decision for disabling UIWebView in preparation for the MABS 6 apps

Version 2.2.1

Stable
Uploaded on 18 October 2019 by OutSystems
Compatible with:
Version 11
Version 10
Stack:
.NET
Database:
All
Release notes:
  • No longer crashes in iOS when the close button caption only includes numbers
  • No longer instantly closes when opening in iOS 13 using WKWebView