Skip to content

Instantly share code, notes, and snippets.

@khoazany
Created December 10, 2016 09:17
Show Gist options
  • Save khoazany/5df48cd451dbe28a53adecf72ef92ca8 to your computer and use it in GitHub Desktop.
Save khoazany/5df48cd451dbe28a53adecf72ef92ca8 to your computer and use it in GitHub Desktop.
Make Leaflet's marker click work on Ionic
<ion-view>
<ion-content class="slide-in-both-ways" scroll="false">
<!-- Have to put data-tap-disable="true" -->
<div class="g-map-holder" data-tap-disabled="true">
<div id="gMapContent" data-tap-disabled="true"></div>
</div>
</ion-content>
</ion-view>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment