too complicated, sorry; by the way, I placed the webview inside a Tab, maybe this has an impact on the visibility of the webview contents when I switch to the web tab from another tab; the page seems loaded and the visible is true but sometimes a white page is shown;
note: a new workaround: in the tab onSelect() event handler I put for each tab item case:
web.visible = false
... update other widgets ...
web.visible = true
with this trick the refresh looks fine