Open mccainz opened 10 years ago
Hi, I think we cannot access the data object from pagebeforechange handlers when triggered by $.mobile.navigate().
I guess that only window's "navigate" handlers may use the data object passed as the second argument to $.mobile.navigate().
From jQuery land I initiate a navigation using $.mobile.navigate('#target',{...}), but I never see my data object appear within the context of my route handler. My router catches the bC event and routes correctly but the data object of the event is empty? I am left appending a query string to the targetURL.