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
571 stars 278 forks source link

Drop down refresh to return to the previous page #193

Closed lip5201 closed 3 years ago

lip5201 commented 4 years ago

When the drop-down refresh, the page will return to the previous page. If the page is changed, it will refresh the page and keep the original page

mgks commented 4 years ago

most possible reason is the page isn't redirecting in a normal manner, either it's an AJAX page or using some other technology that isn't changing the URL in address bar.