Android Question Refresh WebView using pull-to-refresh

kozbot

Member
Licensed User
Longtime User
Hi Guys,

I'm VERY new to Basic4Android and Android programming in general, so I appreciate any help you can give me.

I've set up an app with MANY activities that use a WebView, so that someone else can update the html pages, and not have to worry about the app code itself. Is there any way to refresh the WebView every time they go to that activity, OR use the pull-to-refresh to refresh the WebView? I don't seem to be able to find a good example of it here.

Thanks again for the help!
 

peacemaker

Expert
Licensed User
Longtime User
But no reply to the topic - how to make
Refresh WebView using pull-to-refresh
any idea ?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Again topic named "Refresh WebView using pull-to-refresh" ?!
ooooook.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Again topic named "Refresh WebView using pull-to-refresh" ?!
Yes, but it is an old thread and should now answered anymore.
Additional the real question was
Is there any way to refresh the WebView every time they go to that activity, OR use the pull-to-refresh
The answer is given to reload everytime you go back to the activity...
You can load the page again in Activity_Resume.
 
Upvote 0

peacemaker

Expert
Licensed User
Longtime User
Yes, but topic name is not for "Activity_Resume".
My opinion is better collect all the discussions around the topic under the single correctly named topic, if even old one.
But ... it's just my opinion, let it be 10 semi-empty topics about the same question, it's not my rule...
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
My opinion is better collect all the discussions around the topic under the single correctly named topic, if even old one.
It is not a matter of opinion. You should always start a new thread for your questions. This is how this forum is organized.
 
Upvote 0
Top