You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <meta> tag in demos/mobile/html/index.html is accidentally commented out.
This prevents the zoom scale from correctly initializing, and allow the user (or browser) to zoom in ways that are not intended and can be impossible to recover from.
Expected Behavior
The page should not zoom. I should always be the default scale for the device, so we can count on appropriate touch size, and never worry about zoom or panning the toolbox off the screen.
Actual Behavior
The page can zoom. This behavior is part of the HTML code, that get absorbed into the android and iOS code.
Steps to Reproduce
Open any of the web demos.
Pinch zoom in the toolbox area. Note this zooms the page.
Operating System and Browser
All mobile devices running the mobile demos.
The text was updated successfully, but these errors were encountered:
AnmAtAnm
changed the title
Mobile Demos scale is off and user's allowed to zoom page
Mobile Demos scale is off and user can zoom page
Nov 14, 2018
Problem statement
The
<meta>
tag indemos/mobile/html/index.html
is accidentally commented out.This prevents the zoom scale from correctly initializing, and allow the user (or browser) to zoom in ways that are not intended and can be impossible to recover from.
Expected Behavior
The page should not zoom. I should always be the default scale for the device, so we can count on appropriate touch size, and never worry about zoom or panning the toolbox off the screen.
Actual Behavior
The page can zoom. This behavior is part of the HTML code, that get absorbed into the android and iOS code.
Steps to Reproduce
Operating System and Browser
All mobile devices running the mobile demos.
The text was updated successfully, but these errors were encountered: