I am using jquerymobile 1.3.1 for my phonegap android app. The change page methord is slow (more than 1 sec) in android without page transition (defaultPageTransition=none).
I recommend
Energize.js - https://github.com/davidcalhoun/energize.js removes tap delay on all clicks/taps
Just change in Jquery Mobiles's CSS
.in, .out { -webkit-animation-timing-function: ease-in-out; -webkit-animation-duration: 350ms !important; }