I have a office add-in which I enabled for mobile too. After viewing multiple tabs in the add-in, Android back button is actually coming out of the add-in instead of going to previous view. This is expected since I don't change the URL for each page(I do ajax).
I got a review comment from Microsoft reviewer asking I should handle navigation in a way that, it should go back to previous view.
I believe Android back button is more like a hardware event. Is that is even possible to identify that back button event?
Any help would be greatly appreciated.