The tablet is running android 10, WebView version 110.0.5481.65. I have also tried the beta and dev versions of WebView.
The page loads OK and I do see connect and disconnect messages, I can also update content and receive msgs from the page.
However if I try to reload using a button setup as - onclick="location.href = location.pathname"
I have tried a few variations on this to reload the page, they have all worked OK in Chrome, but not webview.
I see it disconnect for for around 30 seconds then 7 more connect / disconnect msgs.
However the page hasn't actually reloaded as content doesn't change.
This is also the same if I make a change then click save in the uibuilder node.
Note the timing and order of the connect / disconnect msgs is always the same, ending with disconnect. After the last msg I can send updates to the page again.
01/03/2023, 23:51:54node: debug 70
msg : Object
{ uibuilderCtrl: "client disconnect", reason: "transport close", topic: undefined, from: "server", _socketId: "opvMGIZW0fRiFC8eAAIy" … }
01/03/2023, 23:52:25node: debug 70
msg : Object
{ uibuilderCtrl: "client connect", topic: undefined, from: "server", _socketId: "-UqgHluZ5xfk7CkvAAI0", version: "6.1.0-iife.min" … }
01/03/2023, 23:52:25node: debug 70
msg : Object
{ uibuilderCtrl: "client connect", topic: undefined, from: "server", _socketId: "WFEOh6932FlYWF8aAAI2", version: "6.1.0-iife.min" … }
01/03/2023, 23:52:28node: debug 70
msg : Object
{ uibuilderCtrl: "client connect", topic: undefined, from: "server", _socketId: "42sLZs2Ks1CEjX4ZAAI4", version: "6.1.0-iife.min" … }
01/03/2023, 23:52:30node: debug 70
msg : Object
{ uibuilderCtrl: "client disconnect", reason: "transport close", topic: undefined, from: "server", _socketId: "-UqgHluZ5xfk7CkvAAI0" … }
01/03/2023, 23:52:30node: debug 70
msg : Object
{ uibuilderCtrl: "client disconnect", reason: "transport close", topic: undefined, from: "server", _socketId: "WFEOh6932FlYWF8aAAI2" … }
01/03/2023, 23:52:33node: debug 70
msg : Object
{ uibuilderCtrl: "client connect", topic: undefined, from: "server", _socketId: "EbsMLdu_flcW5QTJAAI6", version: "6.1.0-iife.min" … }
01/03/2023, 23:52:33node: debug 70
msg : Object
{ uibuilderCtrl: "client disconnect", reason: "transport close", topic: undefined, from: "server", _socketId: "42sLZs2Ks1CEjX4ZAAI4" … }