Using jQueryMobile 1.4.0, I am building an app which has "horizontal" and "vertical" page navigation.
By horizontal i mean kind of like tabbing between pages within same record, and vertical is like moving to a next record.
For "horizontal", I am using one type of transition and no history management,
"vertical" requires different transition and support for back button.
I.e. when users enter record A, navigate two pages "sideways", then enter child record B, move two pages sideways, then press the back button, I want them to return to the record A page 3 (where they came from) with a flow transition.
Currently I implemented it this way for horizontal: