🎨Style
Some bellows parameters can be updated with SDK later (check Control Style & Colors section)
Colors
App Background Color
The top background (It displays only on iOS devices with notch)
If your page background is transparent, it will be the page's background.
Loader Color
The color of a loader on the top (This loader will be displayed only while the page is loading)
Device
Swipe Navigation
Users can navigate between pages with a swipe gesture

Pull To Refresh
Drag to the bottom to refresh the page

Status Bar Style
In iOS: Status bar color, can be "Dark", "Light", or None(Hidden)

In Android: "Dark" or "Light"


Safe Area
Safe Area - it's a space on the top of the app, that can be Enabled/Disabled.


Resize Viewport
Enabling this option adjusts the viewport, allowing users to scroll and access focused input fields that are obscured by the keyboard.
Bottom Overlay
Enables Android navigation bar.
Background Audio
Enable this feature if your app requires background audio playback.
If you enable this feature but your app doesn't require it for any functionality, your app may be rejected by Apple for: "The app declares support for audio in the UIBackgroundModes key in your Info.plist but we are unable to locate any features that require persistent audio". In such a case, you should disable the feature, save your changes, rebuild your app, and resubmit it for review.
Wake Lock
Prevent your app from automatically locking the screen.
Last updated
Was this helpful?