I made a web app of 505 px width, 505 because I didn’t want to spend time on responsiveness.
But I need viewport to work so that it fits mobile when loaded.
I added the following code to both Metatags on Settings and Page Settings but pages keep loading on default mobile view (like zoomed-in in my case) on mobile.
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
Thanks for the help.
Thank you.