Remove Navigation Completly

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.

image

Thanks for any suggestions in advance :slight_smile:

Hello Melchior,
yes this is possible via a property in the navigation config

“navigation”: {
“type”: “app”,
“config”: {
"hidden": true
},

Cheers Thommy

2 Likes

Thank you that solved it :slight_smile: