imgui-js icon indicating copy to clipboard operation
imgui-js copied to clipboard

click no response under Mac 10.13.6 safari

Open dragonpoint opened this issue 7 years ago • 1 comments

ImGui JavaScript+WebGL example ImGui JavaScript+Three.js example

nothing happens when click ui items seems like mouse message not actived

Mac 10.13.6 Safari

dragonpoint avatar Sep 25 '18 09:09 dragonpoint

The example code uses pointer events, which is not supported on webkit. So no safari support for the example code.

luney112 avatar Sep 27 '18 08:09 luney112