Stereobit / dragend

dragend JS – a touch ready, full responsive, content swipe script
http://stereobit.github.com/dragend/
MIT License
485 stars 114 forks source link

scrollToPage in Firefox #43

Open blindsquirrel11 opened 9 years ago

blindsquirrel11 commented 9 years ago

See the navigation demo: http://stereobit.github.io/dragend/demos/with-control-elements/ clicking on the "1 2 3 4 5" navigation buttons in Firefox doesn't work. It appears that the scrollToPage is not working in Firefox 28.0. Is this a known issue?

sgt-mike-cosgrove commented 9 years ago

Hej, i noticed the same issue. Chromium, Opera, IE works fine.

ndkv commented 9 years ago

dragend is broken in Firefox desktop as it thinks it is a mobile browser. See my investigation in issue #46.

cannap commented 9 years ago

On line 194 in demos\with-control-elements\index.html

               $(".nav").click(function() { ... } 
               //Change to  
               $(".nav").click(function(event) { ... }