Seems like our app has defaulted to 67 or 75% zoom when opening from fresh icognito windows. Is there any settings to override this?
Hi!
Do you have any “Run code” executing when the app loads / view loads?
There is a way of manually setting this (not necessarily recommended), running the following code (run code):
document.body.style.zoom = "80%";
resolve()
→ Look for usage of “run code” in your app, and see if you have this code snippet.
Yes, we have one instance of run code in the app - is this the reason? There is nothing inside that run code instance that is adjusting the zoom atm.
Hi,
No, having a run code is not an issue. Just that snippet.
Are other users having the same issue as you? Not sure, but it may be that Chrome is syncing zoom levels across browser instances (independent of incognito/cookie) somehow.