Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mobile Demos scale is off and user can zoom page #2119

Closed
AnmAtAnm opened this issue Nov 14, 2018 · 1 comment
Closed

Mobile Demos scale is off and user can zoom page #2119

AnmAtAnm opened this issue Nov 14, 2018 · 1 comment

Comments

@AnmAtAnm
Copy link
Contributor

Problem statement

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

  1. Open any of the web demos.
  2. Pinch zoom in the toolbox area. Note this zooms the page.

Operating System and Browser

All mobile devices running the mobile demos.

@AnmAtAnm 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
@AnmAtAnm
Copy link
Contributor Author

Fixed in develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant