Jquery Mobile on android link transition double blink

ganzlipstic

New Member
Im having a problem with Jquery Mobile after compiling it with Phonegap.Here is a code snippet:\[code\]function game() { $.mobile.changePage( "#game", { transition: "slideup"} );}\[/code\]Page 1:\[code\]<a onclick="game()" data-role="button">Start game</a>\[/code\]Page2:\[code\]<div data-role="page" id="game" data-theme="a"> ... </div>\[/code\]When i click the link "Start Game" it sure does change the page, but it double blinks. This looks very bad, and im trying to get rid of it. I like the transision slideup, but i just want the page to change without it looking like its double changing.Anyone able to help? :)
 
Back
Top