Ionic & Leaflet tap event issue

Hi,
I’m trying to toggle a popup with Ionic and Leaflet. Obviously, there is a conflict between Ionic and Leaflet so I use this trick: Click on a marker of leafletmap not working

<div data-tap-disabled="true">
     <leafletmap></leafletmap>
</div>

It works in browser but on mobile not in Chrome mobile emulator.