Skip to main content

Adjust screen size

There are 2 use case types.


    1. New tab with URL from login. There are 2 methods to force or switch the mobile screen to the desktop screen.


      1. 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.

      1. 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



    1. 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.

      1. 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" />

      1. 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.