I am creating a Windows universal app and I would like to implement some behavior for the (hardware)back button. I am able to do so for windows Phone using 'using Windows.Phone.UI.Input;' and 'HardwareButtons.BackPressed += HardwareButtons_BackPressed;'
But can't seem to do it with the universal app, This behavior will happen on a page that is shared. How can I do this?