I've looked at frameworks X-platform applications and came to the conclusion that the best choices were: (1) web-based (maybe Electron) and (2) JavaFX.
For instance I developed an "image sorter" (really an everything sorter) that I regularly use on desktop and a tablet. I run it on my desktop machine and use Tailscale to use it on the go. The other day I thought I might try it on the Meta Quest 3 and it "just worked"; it could use a little enlargement of UI targets in accordance with Fitt's law but it works great now and with a little customization but being surrounded with three huge windows already feels halfway to "minority report"
In a world where web-based apps are effortlessly portable to platforms I wasn't even thinking about, it's hard to justify any investment in an application that doesn't have those wings.
Also since 2010 or so CSS and HTML have evolved with application development in mind whereas desktop frameworks aren't really moving forwards. Microsoft seems to be churning them just to churn.