Errant clicks while scrolling on touchscreens

I’m having trouble when scrolling through lists on touchscreens, where a click is registered and an item is selected when I don’t want it to. For example when scrolling through Playlists or levels of Tune-In. Naturally, this causes an unwanted selection. I’ve reproduced this behavior on multiple iOS and Android devices, and none of these exhibit this behavior when navigating lists on other sites.

Has anyone else seen this behavior? Is there anything I can do to adjust the sensitivity?

rtillery

You can comment out fastclick in the webclient (/opt/webclient/index.html) I will remove it in the next version, since there are many users complaining about it, and I have some problems with it too

AWESOME! That did the trick. Thank you very much!

For those that are not familiar with HTML, the start of the modified file looks like this (changes made to line 8):

<!DOCTYPE html>
<!-- <html manifest="mb.manifest"> -->
<html>
<head>
    <meta charset="utf-8">
    <script src="js/jquery-1.11.1.min.js"></script>
    <link rel="stylesheet" type="text/css" href="css/jquery.mobile.flatui.css"/>
<!--    <script type='application/javascript' src='js/fastclick.js'></script> -->
    <script>
     //configuration

rtillery

It’s in the new RC 0.5.1 now!