Same here
Did scalesPageToFit help?
I managed to fix this by editing the HTML code of login page (https://manage.auth0.com/#/login_page). Edit the original viewport meta to this one:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
Most helpful comment
I managed to fix this by editing the HTML code of login page (https://manage.auth0.com/#/login_page). Edit the original viewport meta to this one:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />