I am developing a simple android app for a web developer. I am having problems with history.go(-1) in WebView.
如果我从第1页浏览到第2页,然后用历史按下按钮。go(-1),网页视图浏览到第1页。
如果我从第1页到第2页,到第3页,用历史按下按钮。go(-1),网页视图转到第2页。 如果我再次用历史按下按钮。go(-1),网页视图转到第3页,而不是第1页。
Is this a fault in the webview of android? Works like a charm in iOS and on desktop browsers! Is there a work around?