Android-SmartWebView icon indicating copy to clipboard operation
Android-SmartWebView copied to clipboard

SwipeRefresh bug

Open skittels15 opened this issue 3 years ago • 1 comments

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

  • Device Name/Option: All devices
  • Build: All
  • Android version: 7.1 or higher

skittels15 avatar Mar 10 '21 14:03 skittels15

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.

mgks avatar Sep 20 '21 07:09 mgks