html - how to run touch screen applications in non touch environment? -
i need run touch based browser app in desktop , modify codes written in touch events. can 1 tell me best ways run touch screen apps in non touch environment? , check event?
if app running inside browser, can emulate touch events on non-touch systems turning on touch emulation in chrome's developer tools.
in chrome 26+ can found clicking "gear wheel" icon in bottom right, , selecting "overrides" panel. see https://developers.google.com/chrome-developer-tools/docs/mobile-emulation#emulate-touch-events
nb: work while devtools open. should fine testing, not end-user running.
Comments
Post a Comment