How can i make web reload

How can i make web reload

Maybe this might help

This web view i need web from conctivty

Have you tried with clock with custom interval?

no can you send example plz

What you are working after taking response content from web? It will be convenient to suggest else it will lead to one more query.

When screen inti
Set web url to (add url)
Call web.get

Add one clock into project and add time interval you want to reload the web page(say 60k = 1min)

When web got text
Set clock timer enabled to true

When clock timers
Set web url to (add url)
Call web.get

So this go loop

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.