Listview onclick() in PhoneGap has problem.
my code like above:
<li records=[];getRecordsFromPage(pages.shift(),records); this.hide();>Test</li>
it's fine on the web, but in the PhoneGap has problem, it'll not to do onClick() event
could someone to help me to fix it?