Dear fellow app builders,
is it possible to remove a navigation completely?
Even if I do not use a navigation this path is still displayed in the top left corner of the app.
Thanks for any suggestions in advance
Dear fellow app builders,
is it possible to remove a navigation completely?
Even if I do not use a navigation this path is still displayed in the top left corner of the app.
Thanks for any suggestions in advance
Hello Melchior,
yes this is possible via a property in the navigation config
“navigation”: {
“type”: “app”,
“config”: {
"hidden": true
},
Cheers Thommy
Thank you that solved it