Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
fix - infinite loading
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajakshic committed Dec 31, 2018
1 parent 58b8d2b commit 087b2c0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ internal class InstagramLoginActivity : AppCompatActivity() {
webView.webViewClient = InstagramWebViewClient(loginCallback, pageCallback)

webView.settings.javaScriptEnabled = true
webView.settings.domStorageEnabled = true

val uri = buildUri()

Expand Down

0 comments on commit 087b2c0

Please sign in to comment.