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

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

Open
ajay1008 opened this issue Sep 4, 2015 · 5 comments
Open

Comments

@ajay1008
Copy link

ajay1008 commented Sep 4, 2015

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
Copy link
Owner

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

@ajay1008
Copy link
Author

ajay1008 commented Sep 4, 2015

On Samsung devices its not working.

@frolli
Copy link

frolli commented Jan 13, 2016

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

@rzakadragon
Copy link
Contributor

rzakadragon commented May 29, 2016

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
Copy link
Owner

send me a pull request ill whack it in

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

4 participants