More do not erase the cahe manually for debugging on tablet
I am going to try with this code but not safe that it works !
Thanks admin,
Not works !
I think that it would be necessary to add meta tag directly in index file of scada-vis.
I am going to try with this code but not safe that it works !
Code:
dst = '/www/index.html'
io.writefile(dst, [[<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="refresh" content="0;URL=/apps/">
</head>
<body></body>
</html>]])
Thanks admin,
Not works !
I think that it would be necessary to add meta tag directly in index file of scada-vis.
Jean-Marc