225
Views
1
Comments
pointer: none / touch-action:none , not working in iPhones
Question

Hi,

I have created a container above a list with full width & height, also I added a css as :

pointer:none

touch-action:none

To disable the touch & tap on it, but the issue is in iPhone the list behind it is scrolled when I start touch on container.


Thanks in Advance

-Assif


2026-03-16 00-00-40
Palak Patel

Hi Assif,

Can you check the following? 

pointer-events: none;


Checkout this pen for the same.
https://codepen.io/anon/pen/YJKNNJ

Regards,
Palak

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.