javascript - Events Fire Twice in jQueryMobile Application -


i have problem phonegap , jqm application. in that, event fires twice on android devices.

to remove flickering effects set page transition 'none'. when click on menu button navigates page 2. also, event fires @ same time on page.

what solution?

paste below code snippet in head section of web page in style tags.this may help.

.ui-page {     -webkit-backface-visibility: hidden; }  

Comments

Popular posts from this blog

php - mySql Join with 4 tables -

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -