Broken Lovelace interface elements

hi all,

i am running 2023.12.3 HASS OS. For some time - before upgrading to 12.3, some standard lovelace elements become impaired when viewed or my Samsung smart fridge using the internet browser which runs on an Android platform

Two notable issues:
The media player does not display the volume slider, but only the ‘knob’ from it.
The Markdown Card displays nothing on this browser, but on any other device it works fine.

I tried resetting app data, using a different HASS account, with exact same results.

Any idea what else I ca try?

Thanks

You can try to find out how you upgrade the webview component on the fridge. Other than that, there is nothing you can do.

one new discovery. I tried accessing another instance of HASS OS 2023.3.x where similar elements are properly displayed.

Based on this alone, I am tempted to say that is something caused by on my HASS OS installation.

I may bring up a virgin HASS OS of the same 2023.12.x version to further check behavior

It is technically your instance yes, but it’s not anything that is broken on your end, it’s just that the frontend is probably using newer Javascript / Chromium features that aren’t available on the webview on the fridge, because it is a much older version.

Here is progress:
I’ve upgraded another instance to the same 2023.12.3 version. The fridge display actually works fine for those lovelace elements.
This eliminates the issue is with some web component of the web browser I would say.

Will try to poke starting in safe mode and add back one by one custom components on the troubled instance.
Any other idea how to proceed?

TIA

Wonder if you have the same issue I had.
All the resources in the dashboard settings page, had paths that had ?hacsfile=somerandomnumber on the end of them. But apparently Home Assistant no longer supports that, if I remove that part from the path, so it ends just .js then everything starts working again.