Search found 1 match

by wholesalebuffa
Thu Jul 10, 2025 9:02 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Web Standalone - MouseUp Works/MouseMove does not
Replies: 1
Views: 5708

Re: Web Standalone - MouseUp Works/MouseMove does not

When adding touchmove and touchstart: event listeners, you need to explicitly set passive: false. Make sure your event listener is attached correctly to the widget element itself. If the widget is a canvas, the listener must be on the canvas. Also, check if any parent element accidentally calls stop...