[Solved] Webview, no refresh/update

i have checked the file example.html again wich is used. I changed the meta information

This is from the example layout file

<head>
	<meta http-equiv="Content-type" CONTENT="text/html; charset=utf-8">
	


to

<meta http-equiv="refresh" CONTENT="60"">

With this changing the refresh works now.
Thanks for you help.

1 Like