- hmiActionLoadPage.prototype.execute = function (wgtId, params, strAction) {
- // change the page
- var theUrl = params.length > 0 ? params[0] : null;
- if (theUrl !== null) {
- $.mobile.changePage(theUrl, {
- transition: 'none',
- changeHash: true
- })
- }
- this.done();
- };
I can change page in my web app the #PageName is appended to the URL, but when I upgraded to jQM 1.3.1 and jQ 1.9.1 the #PageName is not yet added to the URL.