lukesnowden / FSVS

Full Screen Vertical Scroll
https://www.lukesnowden.co.uk/full-screen-vertical-scroll/
723 stars 145 forks source link

Responsiveness Mobile View, Other Web Links on the page not working #26

Open ajay1008 opened 9 years ago

ajay1008 commented 9 years ago

Hello, Really Great Plugin, but I was facing issue with, Responsiveness Mobile View, Other Web Links on the page not working..

In Desktops its working fine, but in mobile view, the footer social links and other links are not clickable.

http://tipstatweb.com/214martinstreet

This is my page link.

lukesnowden commented 9 years ago

Just tested on android 4.4.4 default browser and all links work fine.

ajay1008 commented 9 years ago

On Samsung devices its not working.

frolli commented 8 years ago

Tested on android 5.1 with chrome... it doesn't work.

rzakadragon commented 8 years ago

Looks like it block all touch events except of slide move. Partially work on asus default browser. Doesn't work in mobile chrome and in chrome dev environment. To make clickable things work again you need to comment or remove one line of code: e.preventDefault(); in bindTouchSwipe function on touchstart handler. It's 212 line now. See attached screenshot. bug

lukesnowden commented 8 years ago

send me a pull request ill whack it in