<webview.loadurl() inside @JavascriptInterface is ...
# stackoverflow
r
webview.loadurl() inside @JavascriptInterface is not getting loaded Previously i was facing crash issue, but that was fixed as part of this post Webview.loadurl inside @JavascriptInterface will crashes the app Now while i am trying to call webview.loadurl() inside @JavascriptInterface then it is not loading anything. @JavascriptInterface fun getTestData(){ Handler(Looper.getMainLooper()).postDelayed( {...