Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It could be your device treat them as mouseevents. (sucks...)</p> <p>I am facing a similar problem. I am not sure if it's the problem of my tablet or it's a general problem for ICS default browser/webview.</p> <p>Test the following thing.</p> <ol> <li>Write the html/js without jquery/plugin: <ul> <li>bind some functions to mouseevents (mousedown/mousemove/mouseup) and touchevents (touchstart/touchmove/touchend/touchcancel) to trace them</li> <li>So, you can trace if you mousedown/mousemove/mouseup/touchstart/touchmove/touchend the webpage</li> <li>upload the webpage to the web</li> </ul></li> <li>Now, use different devices to test the webpage. <ul> <li>Using PC (any browser), it should be traced as mouseevents</li> <li>Using i-device, it should be traced as touchevents</li> <li>Using Android 2.3.X (any browser), it should be traced as touchevents</li> </ul></li> <li>Try it with ICS. Here is my problem: <ul> <li>Using Android ICS' Chrome browser, it is traced as touchevents. (Fine)</li> <li>Using Android ICS' default browser, it is traced as mouseevents. (What The!!)</li> </ul></li> </ol> <p>Even worse, in my ICS device (default browser):</p> <ul> <li>The touchevents are never fired in my ICS' default browser. If I touch the webpage, it shows mousedown/mousemove.</li> <li>The devices do support creating touchevents (document.createEvent), which is a lie.</li> <li>The mouseevents sequences are not completed. So, even if my code supports both mouseevents and touchevents, the mouseevent functions still cannot support this ICS device.</li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload