Disable scrolling event for canvas
Hi All,
I have canvas element as part of my mobile page. Intention is to allow user make some drawing on it through customized JS in the background, but it seems JQM intercepts event and forces scrolling once canvas area is touched.
Is there a way I can disable scrolling handling for particular area within mobile page?
Thank you.