There is a leaflet map using div tag inside a slide within a slide box. The map shows up but will not allow any panning although zoom works. This looks like the swipe ability of the slide box is interfering with the swipe of the map. The swipe for the slide box has been disabled using the slide box delegate’s enableSlide method. Remove slide box tags and the map can pan. This is within an angular-meteor app using ionic and bevanhunt:leaflet package. Any ideas welcomed.
Instead of using bevanhunt:leaflet package, the trepan:mapbox package was used without issue. The map box/leaflet map displays and interacts just fine. This resolves my issue but does not fix the original problem which may be a bug.
try adding data-tap-disabled="true"
to the root div of your map