This post originated from an RSS feed registered with Java Buzz
by Fred Grott.
Original Post: Testing MouseEvnets without A Device
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
So you are developing ths nice web application in Android or iPhone and your devices are on order but have not arrived yet. How do test mouse events as the emualors do not exactly reproduce them?
Give up? Two steps, step one install a webkit browser on your desktop. Step two, run a build script that changes all URIs, in the Android case, from file://android_asset/ to../ and than load your web ap pages in that browser and test away. Simple, was it not?