0

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.

Usamimi
  • 31
  • 1
  • 5
  • You may get your answer here [https://stackoverflow.com/questions/40889152/is-it-possible-to-get-data-from-html-forms-into-android-while-using-webview](https://stackoverflow.com/questions/40889152/is-it-possible-to-get-data-from-html-forms-into-android-while-using-webview) – Mahmoud Afarideh Jan 31 '21 at 08:21
  • Do you want to navigate from WebView to Second page via link tap or somehow else? Also it depends on what type of the 'pages' you have - activities or fragments or both. – Artem Chernousov Jan 31 '21 at 08:26
  • Check this [enter link description here](https://stackoverflow.com/questions/7305089/how-to-load-external-webpage-inside-webview) – Kiran Banmala Jan 31 '21 at 09:15
  • Check this [Link](https://stackoverflow.com/questions/7305089/how-to-load-external-webpage-inside-webview). This will answer your question. – Kiran Banmala Jan 31 '21 at 09:17
  • Thanks your post, Artem Chernousov. It is via link in WebView. I can not move link in WebView to Second Page(Native) by click the link. – Usamimi Jan 31 '21 at 11:49

0 Answers0