06-14-2023, 06:05 PM
(06-14-2023, 05:01 PM)Tim Curtis Wrote: The viewport size reported in the popup comes from scripts-panels.js
Code:notify('viewport', window.innerWidth + 'x' + window.innerHeight
I just go with 799 x 499 or 443 to construct the media query for the 7" touch since thats the viewport size reported by chromium-browser using the code above.
The same technique also works for the mobile, ultra-wide and other media queries.
Hmm, I see.
As I said, a reboot made the thing back to "normal". What surprises me is indeed innerWidth and innerHeight being odd numbers (odd not meaning strange here, just not what you would expect from a width / height...)
Anyway, glad to see everything is back to normality.
The thing made me look here and there, though, and I saw something strange (more kind of not fully understandable), at least to my eye; but I'll post in the beta-crew not to pollute elsewhere. It's something related to the - basic - audio chain.