nostra13 / Android-Simple-Social-Sharing

Reusable instrument for simple sharing with popular social networks (Facebook, Twiiter).
Other
247 stars 125 forks source link

Ugly webview #5

Open vujadin23 opened 11 years ago

vujadin23 commented 11 years ago

Hello,

library is awesome, but there is ugly webview no page not found, after completing twitter authorization. It shows only 2 seconds...Is there way to set that webview to visibility GONE?

Thanks

nostra13 commented 11 years ago

Hi, Hm... This page didn't appear earlier. It should be debugged to find the problem but I have no time for this. So try find the solution yourself :) Look into CallbackTwitterDialog.TwWebViewClient.

vujadin23 commented 11 years ago

Ok, this is not very clean solution... I set browser.setVisibility(View.GONE); into onReceivedError (CallbackTwitterDialog.TwWebViewClient)...everything looks good now...

nostra13 commented 11 years ago

Why not :) Maybe I'll look into it when I have a free time.