We have a view that contains 2 compoents: a gauge and a subview that contains a timeseries chart.
When we load this page on mobile browsers, it utterly freezes it, causing sections of the page to not load and buttons to be unresponsive.
I've tried toggling display: false
on the dial and when it's not rendered, the view loads just fine.
I tried dropping a gauge with no bindings or modifications, and the issue presents itself, causing the browser to freeze up.
So any gauge visible is causing it to freeze.
This is on both Firefox and Safari iOS 17.
EDIT:
After further investigation, it appears to be that mobile browsers freeze up/have trouble with gauges in a flex repeater. This only manifests on iOS, android is fine.