I also posted the question over on stackoverflow with some extra 
details. 
https://stackoverflow.com/questions/79455177/headless-linux-always-renders-mui-datepicker-in-mobile-version

My current presumption is I'm not doing something correctly.  I also have 
started down a rabbit hole of discomfort as I am unfamiliar with any part 
of the inner workings of the browser which is making troubleshooting 
incredibly difficult.  I don't know what clue is going to be the vital 
piece of information to help figure out why I'm not able to get the 
pointer:fine to work.

On Tuesday, February 18, 2025 at 5:45:47 PM UTC-6 Marcel Wilson wrote:

> I'm trying to replicate behavior mentioned 
> https://github.com/mui/mui-x/issues/4644#issuecomment-1240691382 where 
> they note that some of the MUI components will only render properly when 
> chrome is configured with the following.
>
>
> --blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4
>
> Ultimately, MUI components are looking for  pointer:fine to return true 
> (in order to display desktop mode).  As I understand it, headless mode on 
> linux is causing the pointer to return none instead.  It was suggested the 
> above flag should allow it to return true.
>
> I cannot seem to make this happen.  I'm wondering if I'm missing 
> something?  Do I need to enable some blink feature in order to utilize the 
> blink-settings?  Are there other factors involved that I need to take into 
> account? (e.g. conflicting flags, etc)
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to blink-dev+unsubscr...@chromium.org.
To view this discussion visit 
https://groups.google.com/a/chromium.org/d/msgid/blink-dev/9decb1fc-799d-457c-9a0c-07260ffe6859n%40chromium.org.

Reply via email to