New tab with URL from login. There are 2 methods to force or switch the
mobile screen to the desktop screen.
Switch the mobile screen to the desktop screen.
The first one to switch the mobile screen to the desktop screen by
clicking more menu.
And then click the menu as shown below.
Force the mobile screen to the desktop screen.
Add desktop=true at the query string.
For example https://ambfc.com?uuid=...&desktop=true or
https://ambfc.com?desktop=true
Using URL from login to embed in the iframe.
Look like this <iframe src="URL from login" /> in your website.
To force the mobile screen to the desktop screen. Owner have to follow 2 steps.
Add iframe=true at the query string.
For example <iframe src="https://ambfc.com?uuid=...&iframe=true" /> or
<iframe src="https://ambfc.com?iframe=true" />
Add the new meta tag <meta name="viewport" content="width=1440, initial-scale=0.4" /> between <head> and </head>
*** Reminder If your website have another viewport meta tag.
The new meta tag have to be next or last of your viewport meta tag.