This is the first time I ask something, so if something is wrong, just tell me and I will try to fix it as soon as possible.
We have a client who wants us to access our servers using our own Android application, but we donβt provide us with our own way to do this. They want us to use the current website, which they must register, and after authentication, retrieve the XML in the browser that contains the data we need. After that, use the data in the native application. All this when the user does not know / sees that the browser is being used. Complete mess IMHO.
Of course, I have never tried this approach in the past, and my first tests make me feel that this is impossible (or extremely difficult) to achieve. Whenever I try to load a URL in a hidden web browser, the default browser pops up showing the website.
My main question is: is it possible to download a web view and work with it (call javascript, etc.) in the background?
Thanks.
source share