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

Zoom on double click over keys #32

Open
jorgemota opened this issue Jun 29, 2016 · 0 comments
Open

Zoom on double click over keys #32

jorgemota opened this issue Jun 29, 2016 · 0 comments

Comments

@jorgemota
Copy link

jorgemota commented Jun 29, 2016

I am testing this keyboard, but if user clicks quickly on keys (double, triple tap ) on touch devices, the page is zoomed, I already added to my page the viewport
meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"

tried with
meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;"

Added code to touchend and touchstart event of elements for virtualkeyboard keys but I can't stop the zoom on touch events :( the same thing happens on http://the-darc.github.io/angular-virtual-keyboard/ using a touch device.

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