Open olegtim opened 11 years ago
First, thank you for all the work on this adapter. Huge time saver!
I am using 1.3.2-SNAPSHOT with Jqm 1.3.1, AngularJS 1.0.6 and Phonegap 2.9 on Android device. Every time there is an orientation change, page/location changes to default route.
$routeProvider. when('/login', {templateUrl: 'login.html'}). when('/event', {templateUrl: 'events.html', jqmOptions: { transition: 'flip' }}). when('/event/:eventId/attendee', {templateUrl: 'attendees.html', jqmOptions: { transition: 'flip' }}). otherwise({redirectTo: '/event'});
I had to disable orientation change for now to avoid the issue. Any ideas?
Sorry, not immediately. Could you create a jsfiddle / plnkr for this? (The Readme.md contains links to a starting point).
First, thank you for all the work on this adapter. Huge time saver!
I am using 1.3.2-SNAPSHOT with Jqm 1.3.1, AngularJS 1.0.6 and Phonegap 2.9 on Android device. Every time there is an orientation change, page/location changes to default route.
I had to disable orientation change for now to avoid the issue. Any ideas?