I have back and forward button in the application,and should behave in the same way as browser buttons. How to know currently browser button is enable/disable and based on that I can enabled or disabled buttons in my application.
Asked
Active
Viewed 126 times
0
-
what do you mean by the back button being disabled – Patrick Aug 22 '15 at 02:26
-
Similar question: http://stackoverflow.com/questions/3588315/how-to-check-if-the-user-can-go-back-in-browser-history-or-not – MarcoReni Aug 22 '15 at 08:58
-
Need to map application back button with browser back button – Furqan Misarwala Aug 24 '15 at 17:12
-
Does this answer your question? [How to check if the user can go back in browser history or not](https://stackoverflow.com/questions/3588315/how-to-check-if-the-user-can-go-back-in-browser-history-or-not) – TAbdiukov Jan 08 '20 at 10:41