We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Nathan,
Is there a way to enable touch screen navigation with jQuery-Desktop? The top menus works nicelly, but not the desktop icons.
By the way, thanks and congratulations for your nice job.
The text was updated successfully, but these errors were encountered:
Hi ikutz, I found a workaround: As there is no "doubleclick" for touch event, just change to onclick:
d.on('dblclick', 'a.icon', function() {
change to
d.on('click', 'a.icon', function() {
regards, Till
Sorry, something went wrong.
Thanks Nathan!
Best Regards, José Renato.
2015-05-29 2:41 GMT-03:00 Till Wehowski [email protected]:
Hi ikutz, I found a workaround: As there is no "doubleclick" for touch event, just change to onclick: d.on('dblclick', 'a.icon', function() { change to d.on('click', 'a.icon', function() { regards, Till — Reply to this email directly or view it on GitHub #6 (comment) .
— Reply to this email directly or view it on GitHub #6 (comment) .
No branches or pull requests
Hi Nathan,
Is there a way to enable touch screen navigation with jQuery-Desktop? The top menus works nicelly, but not the desktop icons.
By the way, thanks and congratulations for your nice job.
The text was updated successfully, but these errors were encountered: