I have a specific page that I want full screen, so I hide the top bar and have a custom back button that calls ionicNavBarDelegate.back()
, it does nothing. I even tried to call the parent controllers ionicNavBarDelegate.back()
with an event, with no success. I can make it go back using javascript but then the history gets all messed up. It's basically trying to have back button on pages with out a top menu. Any idea? Thanks