Mobideck / appdeck

AppDeck is a mobile hybrid application engine for iOS and Android.
http://www.appdeck.mobi/
47 stars 22 forks source link

Menu item not triggering back button #107

Closed smackerdan closed 6 years ago

smackerdan commented 6 years ago

When I click on a menu item, it loads a page without displaying a back button to get back to the main page. From there, if you navigate to the main page, the main page displays a back button... How do I display a back button when viewing a page by clicking on a menu item? Thanks

smackerdan commented 6 years ago

Solved: This will create a back button from a menu item. It forces it to open a new page.

onclick="app.page.push('addlisting.php');" return false;