'Nokia Here hijacks window's DOMMouseScroll events
Nokia Here hijacks window's DOMMouseScroll events.
I register the event like this:
window.addEventListener('DOMMouseScroll',
function(){console.log('mouse wheel')},
true);
But it is never triggered when using the mouse wheel over the Here Map.
My guess is that Here Map's API catches the event before my handler does and then cancels the event.
How to deal with this situation?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
