alvarotrigo / fullPage.js

fullPage plugin by Alvaro Trigo. Create full screen pages fast and simple
http://alvarotrigo.com/fullPage/
GNU General Public License v3.0
35.19k stars 7.3k forks source link

Click events originating from within scrolling section not triggered on touch devices #2655

Closed johnfrancismccann closed 7 years ago

johnfrancismccann commented 7 years ago

@manorepo mentioned this at the bottom of #2333 after it was closed. He reproduced it here in jsfiddle: https://jsfiddle.net/manoharkotapati/dq81a2c0/4/

The button inside Section 1 doesn't trigger an alert message. Tested on Chrome and Safari on iPhone 6.

alvarotrigo commented 7 years ago

Related with https://github.com/alvarotrigo/fullPage.js/issues/2634 and https://github.com/alvarotrigo/fullPage.js/issues/2035 Read more about it there.

Not a fullpage.js issue but a iScroll.js one.

alvarotrigo commented 7 years ago

By the way, changing <button> for <input type="button" /> might solve the issue.