βš™οΈSettings

Do not forget to save your changes and rebuild your app.

General App Info

App Name

The name of your application. Will be displayed on a device.

App Url

The URL of your website that runs inside of your application.

If your app is password protected (and it's not displayed in the app), please use the following formatting for your URL https://{username}:{password}@yourwebsiteurl.com (example: https://roman:[email protected])

External App Schemes

These app schemes will allow to open external apps from yours. Write the scheme in the input and click the 'Add' button.

Internal URLs

These URLs/Domains are allowed to opened in the app's browser. e.g "paypal.com" will open "sandbox.paypal.com" and "c.paypal.com". Feel free to use Regex here. Write the URL/Domani in the input and click the 'Add' button.

iPad support [Only for iOS]

  • Select devices that you want to be supported

  • iPhone, iPad or both

  • Android tablets are supported by default

If your previously submitted version included iPad support, it's crucial to keep this setting consistent in subsequent builds.

Reload WebView [Advanced]

Reload the WebView after a period in the background or screen lock, or manually trigger a reload.

  1. Enable the feature, set time interval (seconds), save, and rebuild.

  2. Manual reload:

2.1. Bubble: "Natively - Reload WebView" action.

2.2. JS SDK: window.natively.reloadWebview();

Last updated

Was this helpful?