Recently Google has changed the warning header on top of any GAS web app for a longer message with two actionable buttons in a single line
- the new message is as follows (showing on a Pixel 5)
"This application was created by a Google Apps Script user"
It is now forcing the web app to zoom out to fit the extra header, thus making the web app (below the forced header) very difficult to operate
I am using the following tag for the HTML
html.evaluate().addMetaTag('viewport', 'width=device-width, initial-scale=1');
Any suggestions on how to avoid this issue?
Thanks, Fausto