(Mouse) pointer click on info button does not trigger flipping.
Event is handled and passed to DomScatter.onStart
but nothing happens
env: Chrome on Windows 10 non touch device
(Mouse) pointer click on info button does not trigger flipping.
Event is handled and passed to DomScatter.onStart
but nothing happens
env: Chrome on Windows 10 non touch device
On MacOS the flip effect works. Experiments on windows show that the InteractionMapper.on('tap', ...) registration does not work. A registered function is never called.
On MacOS the flip effect works. Experiments on windows show that the InteractionMapper.on('tap', ...) registration does not work. A registered function is never called.
(Mouse) pointer click on info button does not trigger flipping.
Event is handled and passed to DomScatter.onStart
but nothing happens
env: Chrome on Windows 10 non touch device
On MacOS the flip effect works. Experiments on windows show that the InteractionMapper.on('tap', ...) registration does not work. A registered function is never called.
Doesn't work in Chrome (Mac).
Fixed with
0c190f1f76
.