I wish to emulate a easy swipe-down gesture from one level to a different utilizing solely JavaScript code or libraries.
I would like the flexibility to regulate and alter the primary properties of the swipe, such because the beginning and ending contact positions (x, y).
No, i wish to carry out the gesture.
Some occasions are triggered natively by the browser via gestures. Specifically, I am trying to automate a swipe gesture to cover the tackle bar within the Safari iOS browser.
For instance, if I exploit a easy scrollTo()
perform to scroll the webpage, it is not going to set off the occasion to cover the tackle bar.
This occasion appears to set off solely after I bodily scroll down with my finger.