android-instagram-oauth icon indicating copy to clipboard operation
android-instagram-oauth copied to clipboard

Blank White screen on webview

Open harry225 opened this issue 10 years ago • 2 comments

When i tried to login first time, at that time it showing me blank white dialog. So i goes back and try again in that case working fine. So can you help me how can i solved this.

harry225 avatar Dec 12 '14 11:12 harry225

I have the same issue. Did you resolve it?

Teilmann avatar Feb 01 '16 09:02 Teilmann

You need to add mWebView.getSettings().setDomStorageEnabled(true); in function setUpWebView() of InstagramDialog.java

theruslanusmanov avatar Nov 19 '18 18:11 theruslanusmanov