You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into an issue that only occurs on iPad, testing using safari. The elements are not responsive to touch, but work (element is clicked, seen by a changing css class) when you use two fingers. I have it in my component like this
After testing nearly everything, I finally removed the component and it works as expected. After some safari debugging on ipad simulator I can see that the event is an onMouseDown event, which I would have expected to be an onTouchStart. It seems like there is some preventDefault occurring and the touch is not being recognized in the child elements. The HTML looks roughly like this:
The text was updated successfully, but these errors were encountered:
criacuervos
changed the title
Elements inside vertical scroll not selectable on iPad
Elements inside horizontal scroll not selectable on iPad
Jun 21, 2024
criacuervos
changed the title
Elements inside horizontal scroll not selectable on iPad
Elements inside horizontal scroll not selectable on Safari/iPad
Jun 21, 2024
criacuervos
changed the title
Elements inside horizontal scroll not selectable on Safari/iPad
Elements inside ScrollContainer scroll not selectable on iPad in Safari
Jun 26, 2024
Hi all,
I'm running into an issue that only occurs on iPad, testing using safari. The elements are not responsive to touch, but work (element is clicked, seen by a changing css class) when you use two fingers. I have it in my component like this
After testing nearly everything, I finally removed the component and it works as expected. After some safari debugging on ipad simulator I can see that the event is an onMouseDown event, which I would have expected to be an onTouchStart. It seems like there is some preventDefault occurring and the touch is not being recognized in the child elements. The HTML looks roughly like this:
The text was updated successfully, but these errors were encountered: