Touch events not working on Windows8 touch device with Rhostudio 4.1

G Girish Sunkeri 3 years 5 months ago
1 1 0

We are trying to run a Rhomobile application on Windows touch device(having 8.0 windows OS) but its not recognizing any touch events.

We are using 
-Rhostudio - 4.1.1
-JQuery -1.9.1 
-Bootstrap - 2.2.2 
-QT - 5.1.4 

Everything works fine on RhoSimulator but when we deploy it on Windows device, we are experiencing the following issues
-Touch events doesn't work for the button clicks. 
-Text fields are not focused when they are tapped. 
-Unable to scroll the page either horizontally or vertically. 

We also tried with default rho application which is created automatically. With this too touch events didn't work.

Please Register or Login to post a reply

1 Replies

J Jon Tara

Are you using jQuery Mobile? It appears from the above you are not. How are you using touch events? Can you show an example?

Without some library like jQuery Mobile (or a jQuery plugin like jQuery touch-punch) you have to use browser-native touch events. They are different for different browsers.

IE has a completely different architecture for touch events than do WebKit and Firefox. IE does not use touchstart/touchend, etc.

CONTACT
Can’t find what you’re looking for?