appie21 Active Member Licensed User Longtime User Aug 17, 2018 #1 Hello I have a webview that i give a refresh every 10 seconds When a user is on that page and it is scrolling down all work well But when the timer activates the page will reload but starts at the top of the page how can i set it that when a page reload the page stay on his position? Or is there a better way to refresh a page? (in B4A it work as normal it refresh and stay where it is.)
Hello I have a webview that i give a refresh every 10 seconds When a user is on that page and it is scrolling down all work well But when the timer activates the page will reload but starts at the top of the page how can i set it that when a page reload the page stay on his position? Or is there a better way to refresh a page? (in B4A it work as normal it refresh and stay where it is.)
Erel B4X founder Staff member Licensed User Longtime User Aug 19, 2018 #2 Switch to WKWebView from iUI8. This is its default behavior. Upvote 0