Home › Forums › JavaScript › Horizontal drag scrolling › Reply To: Horizontal drag scrolling
August 13, 2015 at 2:13 am
#206471
Participant
Okay, it’s dawning on me now. Lol. The first and second issue must be related. I’m gonna have to have a good brainstorm about that and maybe make a temporary page outside of Codepen to see what happens on Android. Can’t imagine it’s something that only occurs on iOS.
Third one is an easy fix, I’ll add a blur event to cancel the drag. And fourth was intentionally coded like that to prevent any odd positioning on resize. It is still missing the finishing touch mentioned earlier…
I’m thinking for conditionally loading the script an Ajax call might be best suited. But I’ll have a look at the main (touch) issue first.