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/adeb1c7d-93cf-479c-8a9b-367f7cddacc2n%40chromium.org.

Reply via email to