开发者

How to read content from the browser from android app?

开发者 https://www.devze.com 2023-03-16 22:02 出处:网络
I have scenario in which I have to launch the android browser from my sample application. And the browser will load a login page. Once the user enters the credenti开发者_开发技巧als in login page, it

I have scenario in which I have to launch the android browser from my sample application. And the browser will load a login page. Once the user enters the credenti开发者_开发技巧als in login page, it will redirect to a page with some data. I need to return back to my app from the android browser and I need to retrieve the content from the browser to the app.

The problem is I don know how to get back to my app with the loaded content in browser. Can anyone know how to do this in android ?

thanks, Senthil.M


You will probably need to use an embedded WebView: there is no way to have the browser return the content in the page to another app.

0

精彩评论

暂无评论...
验证码 换一张
取 消