With a component set up as follows:
<Draggable> <button onClick={()=> console.log('clicked')}>test</button> </Draggable>
the button will work on desktop, but if I use the device toolbar in Chrome to emulate a mobile device, the button no longer fires. Does anyone have any suggestions on how to get this to work on mobile?
Thanks,
Adrian