I have a fancy Apple mouse that detects finger movements such as swipe and scroll.
Leaving the cursor fixed on the screen, but using my finger to scroll down my page, the cursor (although fixed) naturally moves through the various elements, because the elements move themselves.
My problem is that the corresponding mouseover / mouseenter callbacks are not called when the mouse cursor is over them.
How can I solve this problem?
source
share