Android latest webview not supporting histoy.back()

时间:2017-12-18 07:30:45

标签: javascript android webview android-webview webviewchromium

I am loading web application in android end. I have added WebView for onclick of html button in JavaScript. It was working fine before updating android history.back() in Android System WebView version - 55.02883.91 but after updating WebView to Android System WebView version- 63.0.3239.107 it stopped working, not even throwing any error.

WebView

Does android latest $("#backButton").on("click", function() { history.back(); }); doesn't support WebView, is there any replaced method for this.

1 个答案:

答案 0 :(得分:0)

我已将 Android系统WebView 升级到最新版本,问题已解决