Skip to content

Commit

Permalink
Enable debug on webview
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrain committed Feb 13, 2020
1 parent bdc3044 commit 2bb6e51
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ import android.widget.TextView

class IflixPlayerWebViewActivity : AppCompatActivity() {

init {
WebView.setWebContentsDebuggingEnabled(true)
}

private var playing: Boolean = false
private lateinit var magicButton: Button
private lateinit var debugView: TextView
Expand Down

0 comments on commit 2bb6e51

Please sign in to comment.