I am building a Cordova 3 app. I'm loading a url to my appview and on certain cases i'm opening a fullscreen view on top of the appview. In these cases I would like the back button to only remove my top view, and not perform the built in "goBack" method. I didn't manage to override the back click behaviour in inner pages. I noticed I'm getting to my "onBackPressed" listener function only when I click "back" from my initial URL page, inner pages seem to disable the "back" event propagation and always perform browser back navigation.
I found this post: Override Android Backbutton behavior only works on the first page with PhoneGap but it seemed only relevant to older cordova versions.
Any help would be appreciated.
Thanks!