Issue
I have published my app to the public and I want to remove the sign-in title that appears on the top of every page. How do I do this? I have attached a screenshot for reference.
Resolution
To hide the sign-in title on the top of every page in your app, you can append ?embed=true to the URL. This will hide the top navigation toolbar and thus remove the red line at the top. Here is an example of how the URL should look with this parameter added:
https://yourappname.com/yourpage?embed=true
This should work for most app platforms, but if you have any trouble, check the documentation for your specific platform to see if there are any additional steps you need to take.