You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public class WebInterFace {
@JavascriptInterface
public void showToast() {
Toast.makeText(MainActivity.this, "Toast from js", Toast.LENGTH_SHORT).show();
}
}
#2 make Webview with interface
looking at toaskAction, the toast key much be equal/ match with javascript function on your html page.