Greeting to all,
I'm a beginner at Android development and need your help. I want to use WebView in app and navigate a specific native page from WebView in the same app. It means this flow.
Top Page(Native) --> Page1 (WebView) --> Second Page(Native)
I can show Page1 (WebView) in emulator of Android (pixel3a). But I still can't do the navigation to the Second Page.
Please tell me a good way.