mgks / Android-SmartWebView

A simple use webview integrated w/ native features to help create most advanced hybrid applications.
https://mgks.dev/smart-webview
MIT License
564 stars 278 forks source link

SwipeRefresh bug #214

Open skittels15 opened 3 years ago

skittels15 commented 3 years ago

Description of error After clicking the "back" button on the device's navigation bar to go to the previous page of the site and then refresh the page that opens, the page that was opened before clicking "back"opens.

Expected behavior The current page must be updated.

Devices

mgks commented 3 years ago

Are you sure the back action performed by the webpage is not some asynchronous script? If not, then there surely is some issue else, it's just recording the last dynamic page address.