I’m making an app in which I open a BrowserField and the user can navigate further to links present in the web page. The problem is that when I press the physical back button, the previous screen is presented while I want to present the previous page in the BrowserField itself. How to do that? Is that even possible?
Thanks.
You need to use
BrowserFieldHistoryto go back to previous pages using thecanGoBack()andgoBack()methods. Just over-ride thekeyCharmethod to control theESCAPEkey input and put your own logic like so: