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
{{ message }}
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
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: (
The text was updated successfully, but these errors were encountered:
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: (
The text was updated successfully, but these errors were encountered: