After authenticating from my app, a new window is shown that later redirects back to the application. Then onNewIntent() is called in my activity. But when select to go back to my app, the twitter web page still shows. Twitter page with a redirect back to the application should not be shown. How do I close the Twitter webview?
After authenticating from my app, a new window is shown that later redirects back
Share
I call this method from my activity
This open a web view(Twitter page that redirect back to my activity).
After this it calls
onNewIntent()function of my activity and activity is shown but when I press back button then it again show Twitter page .Now my problem is how to close that twitter page