You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in jQuery Mobile (without the adapter or angular), when a #fragment page is not found, it loads the first page in the html.
I've found that with the adapter doesn't load any page (just shows a background and the ajax loader)
Is this a desired behaviour?
How can I adapt the jqm original behaviour?
Thanks!
Matias.
The text was updated successfully, but these errors were encountered:
Hi Matias,
you could set the hash always to empty when the app is opened, so people would always start at the first page.
Or you could try to listen to $locationChangeSuccess event on $rootScope, check $location.hash() and the dom and then change $location.hash() to an empty string if the page does not exist.
in jQuery Mobile (without the adapter or angular), when a #fragment page is not found, it loads the first page in the html.
I've found that with the adapter doesn't load any page (just shows a background and the ajax loader)
Is this a desired behaviour?
How can I adapt the jqm original behaviour?
Thanks!
Matias.
The text was updated successfully, but these errors were encountered: