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
Post a Comment