Jquery Mobile Collapsible List issues on Nexus 7 i.e quick expand and collapse on single touch

Jquery Mobile Collapsible List issues on Nexus 7 i.e quick expand and collapse on single touch

Hi Iam using Jquery Mobile's collapsible list view, which is working fine with many of the android devices like S3,S2 and Galaxy tablet devices(also with LG devices).

The same is not working with Nexus 7.

I am using Backbone+Jquery mobile .

Expand and collapse is very fast on single touch ( I mean its expanding and collapsing on single touch).

If i touch and hold for some time then expand is working fine, even for collapse also i need to touch and hold for some time.

the following is the sample code i am using :


  1. <div data-role="collapsible" data-theme="a" data-content-theme="c" data-inset="false" data-collapsed-icon="arrow-r" data-expanded-icon="arrow-d" data-collapsed="true"> <h3>HEADING </h3> <ul data-role="listview"> <li> <span class="abcClassToFormatBelowText"> Some text here with details and the text is very simple .. </span> </li> </ul>