Jp.android.webview-android Today

@Override public void onBackPressed() { if (myWebView.canGoBack()) { myWebView.goBack(); } else { super.onBackPressed(); } } Use code with caution. Copied to clipboard

... Use code with caution. Copied to clipboard jp.android.webview-android

For more advanced implementations, such as syncing data between your app and the web page, you can explore the JavaScript to Java Bridge . @Override public void onBackPressed() { if (myWebView