In my app a use a WebView
that displays a login screen. Once the user is logged in and the token expires, I reuse the Webview with the cached credentials in order to relogin. The thing is that I want to do this relogin action in the background, without the WebView to be visible.
Is it possible?
I tried to put in a transparent Activity but in this case the user can not navigate in the app until this process returns.