Re: [blink-dev] Re: Intent to Ship: Compute Pressure

2024-05-22 Thread Daniel Herr
Could someone elaborate on why this won't be implemented for Android? It seems like a very useful thing to have, especially considering that the biggest amount of users with low end hardware who would stand to benefit are on Android. "Support on Android (incl. Android WebView) has been

Re: [blink-dev] Intent to Ship: Tabbed web apps

2024-05-06 Thread Daniel Herr
May I ask why? I've tried out the flagged implementation on Chrome OS, and I think it is a pretty nice UI paradigm. I don't see any technical reason it shouldn't be available on other platforms. On Monday, May 6, 2024 at 10:30:58 AM UTC-4 Brett Wilson wrote: > On Mon, May 6, 2024 at 3:02 AM

Re: [blink-dev] PSA: Browser text zoom on Android will now work like it does on desktop

2024-01-10 Thread Daniel Herr
I would like to point out that at least on Chrome OS, the font scale does not affect the display scale. Personally I consider that to be the correct behavior. The argument that scaling only the size of text but not zooming the page would cause issues due to developers hardcoding UI elements

[blink-dev] Re: Intent to Prototype: Isolated Web Apps

2023-09-01 Thread Daniel Herr
approach to how these apps are discovered and installed by users given the different user expectations on mobile vs. desktop. What exactly are the these differing expectations? -- You received this message because you are subscribed to the Google Groups "blink-dev" group. To unsubscribe

Re: [blink-dev] Intent to Ship: MathML

2022-08-08 Thread Daniel Herr
There are some new css properties included in MathML, correct? Then one possibility for feature detection could be to provide developers the ability to use CSS @supports inside print media stylesheets to determine whether MathML is available in that context. @supports (display: math) { /* or