I am using \"page widget\" to implement a dialog in jquery mobile with data-dialog=\"true\", everything is fine, i can also back to the previous page with the b
data-dialog=\"true\"
This should work:
$(':mobile-pagecontainer').pagecontainer('change', , { reverse: false });
Reverse-option being true/false determines whet ever you are going backwards or forwards. True means back I think.