page transition dosn't work using (jquery mobile 1.3.0 and phonegap 2.3) i am building an application with jquery mobile 1.3 and phonegap 2.3 and i have button like
<a href="#page2" data-role="button" data-theme="e" data-transition="slide">Start</a>
with a data-transition="slide" i build it for android and the transition didnt work
i tried
.ui-page {-webkit-backface-visibility:hidden}
but it didnt work to .
any help ?!!!
NOTE : it work good on the browser, but after i build it with phonegap it goes to the second page but the transition isnt a "slide" it just flashes then the second page show !!
#content
is a page ID ordata-role
? – Omar