Linear Mobile Apps
Linear navigation is the default type of navigation for Mobile apps.
Example configuration
{
// ...
"navigation": {
"type": "linear",
"navigation_options": {
"linear": {
"launch_data": {
"webapp_id": "main_webapp"
}
}
}
}
}Last updated