mirror of
https://github.com/mozilla/send.git
synced 2026-02-07 11:25:07 -05:00
Fix #896 Port Send Android to choo
This commit is contained in:
@@ -36,6 +36,7 @@ class MainActivity : AppCompatActivity(), AdvancedWebView.Listener {
|
||||
mWebView!!.setWebChromeClient(LoggingWebChromeClient())
|
||||
|
||||
val webSettings = mWebView!!.getSettings()
|
||||
webSettings.setAllowUniversalAccessFromFileURLs(true)
|
||||
webSettings.setJavaScriptEnabled(true)
|
||||
|
||||
val intent = getIntent()
|
||||
|
||||
Reference in New Issue
Block a user