reagent

shaunlebron 2026-01-14T21:43:57.940229Z

I tried a few vendor prefixes to try to attach -webkit-touch-action: none, but it never rendered. I think in React, you have to capitalize the vendor like WebkitTouchAction, so I tried that and then tried Webkit-touch-action. looked around in the docs, and tried looking at the source code. gave up so I have to attach a <style> tag created by garden/css instead.

p-himik 2026-01-15T10:12:30.802999Z

Perhaps relevant? https://github.com/facebook/react/issues/16957