'webkitMovementX' is deprecated. Use 'movementX' instead

This is in the core. ionic.bundle.js:1173
And we see it with the starter templates, right off the bat.
Can’t help but ask why the ionicframework ships with those deprecated calls?
No good alternatives for it yet?

ionic.bundle.js:1173 ‘webkitMovementX’ is deprecated. Please use ‘movementX’ instead.
ionic.bundle.js:1173 ‘webkitMovementY’ is deprecated. Please use ‘movementY’ instead.

This warning is almost present everywhere, this is also the case with jQuery Libraries. I don’t think it’s something you need to worry about.

Probably nobody opened a Github issue to report it?
Even more probable nobody wrote the code and did a Pull Request to get his work included in Ionic?

@Sujan12 Not sure if it is really relevant to flag it as an issue but anyway this is my personal opinion.