Is there a way to change the direction for transitions globally?
I know we can change the type of transition like that:
$.mobile.defaultPageTransition = 'slide';
But I would like to always have reverse = true.
By the way I know I can pass the direction when I change pages, but I want to default it for the whole app.
Thanks.
I think this is the best way to do:
I didn’t see that in the doc though: http://jquerymobile.com/test/docs/api/globalconfig.html