0

How detect support mousewheel event in browser and filterd mobile ?

Is it correct ? :

var  supportwheel = "onwheel" in document.createElement("div") ? "wheel" : false
zloctb
  • 10,592
  • 8
  • 70
  • 89
  • realy ? maybe not equal question ? – zloctb Jan 19 '17 at 07:33
  • if you can detect the browser and OS then you should be able to know which mousewheel event is supported from the possible duplicate question though right? so this is probably more of a question of how to browser sniff? – haxxxton Jan 19 '17 at 07:36

0 Answers0