Yevhen Kolomeiko

Results 4 comments of Yevhen Kolomeiko

Never had problems like this with other websites or extensions, also I noticed one interesting thing: on other sites drop-down menus open a dialog window with a list of items...

I tested [react-elegant-ui/demo](https://vitonsky.github.io/react-elegant-ui/demo/#select) on my phone and the 'select' component does not open, even in chrome 👀 If that could be helpful - I found [demo](https://ej2.syncfusion.com/react/demos/#/fluent-dark/drop-down-list/default) and the dropdown list...

Test results of [react-spectrum.adobe.com/react-aria/usePress.html](https://react-spectrum.adobe.com/react-aria/usePress.html): ![Screenshot_20221013-210106_Firefox Nightly](https://user-images.githubusercontent.com/20245745/195676205-c22bdccc-c854-4607-9d3e-cab9ec610cdf.png) Also, I failed to build [vitonsky/react-elegant-ui](https://github.com/vitonsky/react-elegant-ui) with this errors: > Building in node:14 docker container Error log ``` node@b858d564fe26:/repo/examples/components-list$ npm run build > @...

I run this code on [codesandbox.io](https://codesandbox.io) on my mobile, and in the console that reports `touch` ```js window.addEventListener("pointerdown", detectInputType); function detectInputType(event) { console.log(event.pointerType) } ``` ![Screenshot_20221014-000549_Firefox Nightly](https://user-images.githubusercontent.com/20245745/195711678-da9d8112-506a-4d5d-81e3-bddb26426c70.png) --- Also if...