jQuery-Desktop
                                
                                 jQuery-Desktop copied to clipboard
                                
                                    jQuery-Desktop copied to clipboard
                            
                            
                            
                        How to enable desktop icons for touch screen events?
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.
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
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 https://github.com/nathansmith/jQuery-Desktop/issues/6#issuecomment-106696650 .