I'm working on a phonegap app based on jquery mobile.
On a touch on listview I populate a page2 wit ajax then I slide
from page1 to page2. Everything is fine except that in Android when I
have a youtube video embedded in page2 the transition doesn't work.
I'm using slide animations. The transition works fine on iOS
and when there are no Youtube videos in page2 on Android.
Do you know what can I do to let the animation work also when there
is a video in page2?