I had to do this in a custom javasript at page show to insert the menu where it should be according to the demo
var menudiv = 'html for menu';
$('.ui-page').last().before(menudiv);
I had to do this in a custom javasript at page show to insert the menu where it should be according to the demo
var menudiv = 'html for menu';
$('.ui-page').last().before(menudiv);