Hello!
Did anyone notice that if you have an <audio> tag in your app (for example for playing music in the background) there comes annoying lags like flashing and screen redraws after page transitions? Particularly after slide and slidefade ones.
If you did, here is a trick for you: create an invisible iframe in the main page and append audio tag to it. That will fix the bugs.