How to properly navigate a webview when the base URL isn’t changing Jetpack Compose
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.