Is it possible to do this on the Android and iPhone? (for mobile developers) [closed]
Embed a browser inside the application. When the user navigates to a desired page, he pushes a button to "set" this page.
Now, the application gets the URL of this page!
How hard is this to do on the Android and iPhone?
Asked by: Aida499 | Posted: 24-01-2022
Answer 1
The iPhone has the UIWebView class
see Here
I'm not sure about Android though.
Answered by: Miller631 | Posted: 25-02-2022Answer 2
On Android, yes it's possible. See WebView#getUrl.
Answered by: Abigail392 | Posted: 25-02-2022Answer 3
You can try 'WebView' in android.
Refer to WebView.
Answer 4
You may use this.
webview.loadDataWithBaseURL(baseUrl-add some fake url here, data, mimeType, encoding, failUrl-add some fake url here);
Answered by: Sienna688 | Posted: 25-02-2022
Similar questions
Still can't find your answer? Check out these communities...
Android Google Support | Android Community | Android Community (Facebook) | Dev.io Android