intentCustomizer
A customizer for the Intent that will launch the browser tab.
Use this to add additional flags or extras to the browser launch intent.
Example:
BrowserLauncher.intentCustomizer = {
addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY)
}Content copied to clipboard
WARNING: GLOBAL CONFIGURATION PROPERTY - NOT THREAD-SAFE Set this value during application initialization before any browser launches occur. Changes to this property will affect all subsequent browser launches across the entire app.