Configuration
Learn how to customize the Wisej Mobile packages.
The configuration file located within the native Android and iOS projects offers several options for defining the behavior of the native apps.
Properties
allowedHosts
String[]: Provides a list of domains that can be accessed within the native app. All other domains will open a separate browser instance.
The allowedHosts value must be set on iOS to enable PWA-related functionality for the list of domains.
showErrorAlertBox
Boolean: When enabled, provides a popup for escaping invalid navigation requests.
startupUrl
String: The URL to load when the application is initialized.
urlScheme
String: Provides a customizable URL scheme for handling data requests within the application.
Last updated