three.interaction.js icon indicating copy to clipboard operation
three.interaction.js copied to clipboard

Unable to touch scroll over canvas

Open rastislav-chynoransky opened this issue 4 years ago • 1 comments

Hi @jasonChen1982 , thanks for this lib! I ran into a problem of scrolling over canvas area on touch devices using only very basic setup. Here is the code: https://jsfiddle.net/2d54rvxk/11/ Is it possible to let the event to propagate further without any weird workarounds (such as updating scroll position in callbacks)?

rastislav-chynoransky avatar Jun 25 '20 11:06 rastislav-chynoransky

If issue is same as the one I had, this should work

canvas {
  touch-action: auto;
}

kerimdragolj avatar Apr 18 '23 08:04 kerimdragolj