WebView - Fake TouchScreen [HELP]
I'm working on an AIR app for an HP Touchscreen... we have a section that loads a webview.
The problem is that an HP Touchscreen doesnt use true touch .. its infared touch. Which basically is the same as a mouse except it uses infared to determine where your finger is.
The problem this poses is that my webviews contain a scrollbar and you cannot scroll with your finger. Very annoying!
Is there any way to use a stage listener or something and scroll the webview window when you user drags up or down ?
