Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Require two clicks on Chrome Android #19

Open
bast44 opened this issue Jul 25, 2016 · 1 comment
Open

Require two clicks on Chrome Android #19

bast44 opened this issue Jul 25, 2016 · 1 comment

Comments

@bast44
Copy link

bast44 commented Jul 25, 2016

It looks that click event is not being fired when virtual keyboard is open. This issue appears also on project hompage.

@bast44
Copy link
Author

bast44 commented Jul 25, 2016

I patched the issue by replacing

attachHandler(q, 'input', handler);
to
attachHandler(q, 'keyup', handler);

for mobile & tablet clients.

BTW great work!

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

No branches or pull requests

1 participant