Problems changing page on wp8

Problems changing page on wp8

Hi,

I am creating an app on phonegap with jQueryMobile, I allready deployed the app successfully on android and iOS, today I created took it to windows phone 8 and I am not able to change pages after the second first transition anymore. I also tried it on windows phone 7, there it worked fine.

For changing pages I am using 

  1. $.mobile.changePage("#page_main");

I am using the newest versions of jquery, jquery-1.9.1.min.js and jquery.mobile-1.3.1.min.js, also my phonegap ist running under 2.7.0.

Has anyone got  a solution for that proplem.

thanks