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
Hi Assif,Can you check the following?
pointer-events: none;
Checkout this pen for the same. https://codepen.io/anon/pen/YJKNNJRegards,Palak