I'm building a touchscreen kiosk using Chrome (7.0.536.2 dev) in kiosk
mode on a Windows 7 PC with multi-touch display.
I can see that the ontouchstart event is available (by inspecting the
window object in Webkit Web Inspector) but it never fires. If I write
the following code, the onclick event fires when I touch the screen
but the on...
Hey Guys
I'm currently developing a prototype using AS3 and trying out some touchscreen gestures.
I'm compiling using AIR 2.0 and currently have GESTURE_ZOOM and GESTURE_ROTATE working but for some reason GESTURE_SWIPE is giving me a few headaches. I know It's possible as I've seen it working here, using the same laptop (DELL LATITUDE ...
I have an application which is designed for a fixed screen size.But when i install the application on a device with different screen size ,i am not able to view the complete application.
Is it possible to allow layout adjustments based on variable screen sizes? ... like setting width with some % of screen size which is decided when appl...