Created
December 10, 2016 09:17
-
-
Save khoazany/5df48cd451dbe28a53adecf72ef92ca8 to your computer and use it in GitHub Desktop.
Make Leaflet's marker click work on Ionic
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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