Hi dojo,
is there a way to hide the header bar in the low-code app?
Thank you
Marco Virdis Selected answer as best 3rd December 2024
Hi Marco,
You can use the query param 'embed=true' to hide the headerbar.
Example: 'https://robinde.skyline.local/app/35688057-da15-4720-be2c-cdcd8eddde5c/Page?embed=true' where the '?embed=true' part is the important one for your question
With kind regards
Marco Virdis Selected answer as best 3rd December 2024
Hi Marco,
You can use & to concatinate query strings:
?data=….&embed=true
Thank you so much!
Hi Robin, thanks for your quick reply, this is exactly what I need. But I already have a query string like ?data=…… How can I concatenate it with this? Thank you very much.