Js Event Independent Of Finger Pressure
So, basically, I have a JS event which is activated when you arrive at a certain scroll position. It works well on desktop browser, but not on mobile browser. You have to wait for
Solution 1:
I believe that mobile browsers freeze all DOM manipulation and javascript during scrolls. So I'm not sure what you are trying to do is possible.
Post a Comment for "Js Event Independent Of Finger Pressure"