Widget HTML creates problems for page scrolling on mobile

Hi, have a problem on mobile when I scroll the page, and the finger press widget HTML area move the widget and block site scrolling…
thanks

This is standard behavior; you can check ignore pointer events in the Actions Inspector if you do not need interaction with the HTML Widget.

Alternatively, you could produce your own <iframe> tag and use the scrolling="no" attribute.

1 Like

Thanks :slight_smile: