Simulate dropover event using HAMMER.JS

Simulating a drag behaviour with ionic2 and HAMMER.JS is not a problem, you can simple doing something like that.

The question is, is there a way to simulate a dragover, dragenter and dragleave event for the drop behaviour.
Is there an elegant way to do that?

Is HAMMER.JS blocking standard html5 drag events?