Image may be NSFW.
Clik here to view.
We’ve been working on a lot of HTML projects that end up as IPad apps recently. These HTML projects become part of a framework like PhoneGap to actually become IPad apps. When trying to test the HTML locally without having an IPad nearby, you can load the project into Chrome but getting the swiping down with a mouse became a challenge to figure out.
I was able to keep double clicking and moving the mouse and that would force it to swipe every once in a while. It took me a while to figure out what actually caused the swipe event to fire off in Jquery Mobile. Now that I’ve figured it out, I wanted to share to help save everyone some frustration.
All you have to do is Double Click, hold the 2nd click and drag either left or right. The direction you drag will be the direction you want to swipe in.
Hope this saves people time and frustration in trying to figure out how to swipe in a browser with mouse.
The post How to swipe left or right in Chrome with a mouse for a site with jquery mobile appeared first on Local Wisdom.