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

Problem with Android version 4.1 and below (click) **another Problem #582

Open
kfir-d opened this issue Jan 11, 2014 · 2 comments
Open

Problem with Android version 4.1 and below (click) **another Problem #582

kfir-d opened this issue Jan 11, 2014 · 2 comments

Comments

@kfir-d
Copy link

kfir-d commented Jan 11, 2014

Okay so
It later call which closed here: #581
A few weeks ago I found a solution to the problem I had, I press a button then performed double clicks
The solution was to replace the line 579: (#361)
ev.initMouseEvent ('click', true, true, e.view, 1,
to:
ev.initMouseEvent ('vclick', true, true, e.view, 1,
But here there is a problem in some versions of the Android click does not work: (

@Bnaya
Copy link

Bnaya commented Jan 27, 2014

I think i'm having similar issue

@scottcarter
Copy link

You may wish to keep your comments in the main thread dealing with this - #361

I am working around this by using disableMouse: true since my setup can detect when I am on mobile.

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

3 participants