Currently, I am collaborating on an Angular7 project and utilizing hammerjs version 2.0.1. One of the tasks at hand is to allow panning functionality on a map for mobile devices. After testing on various android devices, I noticed that it performs well on Chrome browser but encounters issues on Firefox.
Here is snippet of my code:
<div class="view-image" (panmove)="onPanMove($event)" (panstart)="onPanStart($event)" >