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

How to enable desktop icons for touch screen events? #6

Open
iktuz opened this issue Feb 13, 2015 · 2 comments
Open

How to enable desktop icons for touch screen events? #6

iktuz opened this issue Feb 13, 2015 · 2 comments

Comments

@iktuz
Copy link

iktuz commented Feb 13, 2015

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.

@wehowski
Copy link

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

@iktuz
Copy link
Author

iktuz commented May 29, 2015

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)
.

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

2 participants