I have a navbar with a back button that navigates through my application properly. There is a screen that opens a webview and I tried to edit the navbar so that it navigates within the Webview first before going back through the application.
However, I don’t know how to make it recognize that url.com/start is different from url.com/differentSection. Unless the entire url changes (like to diffURL.com) any method I have been able to find doesn’t recognize navigating through different sections of the same base url. I am assuming any built in functions I use to recognize the change only run when there’s a complete page redirect.
I scrapped all my code and started over so any starting advice for this would be great.
Geraldine Hillinger is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.