Ionic Gestures in browser

Is there anyway to get ionic’s gestures to work when testing an app via ionic serve ?

I cant seem to get any of the on-* fucntions to work, if i however switch them out with a ng-click for example i can get them to work. I have have added the browser platform via ionic platform add browser and then tested with ionic run browser and that works as expected but its far faster to develop the core functionality without haveing to rebuild the platform every time. Any idea’s if thats even possible

I have noticed that is i use ionic serve --lab the gestures are correctly functioning is there anyway to get the same functionality without using --lab ?

Did you ever find a solution to this? I am having the same issue