jQuery Mobile changePage()无法在Windows Phone中运行

Rah*_*h M 6 windows-phone-7 jquery-mobile cordova

我正在使用Phonegap for Windows Phone 8开发一个应用程序.

我使用jQuery Mobile进行界面设计.

$.mobile.changePage()是行不通的.页面未被更改.

有没有其他方法来改变页面?是否还有其他框架来设计移动界面?

$("#btnSearch").bind('click', function() {
    showSpinner();
    $.mobile.changePage("#pageSearch");
});
Run Code Online (Sandbox Code Playgroud)