Open om3 opened 10 years ago
I'm facing the same problem. Unable to show marker.
I don't have the time to dedicate resources to figure out the mobile sector. There have been issues already submitted for mobile issues like clicking markers. Someone else needs to step up to the plate on this area.
I can confirm markers are working on android 4.2
I'm testing on Android 4.2. using angular-google-maps v 2.0.6. in an ionic project. My markers are displaying fine.
loading scripts in this order:
<script src="lib/ionic/js/ionic.js"></script>
<script src="lib/jquery/dist/jquery.js"></script>
<script src="lib/angular/angular.js"></script>
<script src="lib/ionic/js/ionic-angular.js"></script>
...other libraries and modules...
<script src="lib/lodash/dist/lodash.min.js"></script>
<script src="lib/bluebird/js/browser/bluebird.js"></script>
<script src="lib/angular-google-maps/dist/angular-google-maps.js"></script>
..my app and controllers here ...
Google libraries are loaded async via the new 2.0 feature. Clicks on the markers open the window element ( pop up thingy ) .
.. click on the windows does not do anything in android 4.2.. other platforms are ok..
Please check out this as well #818
same problem here, any ideas?
Hi, I can't get working the marker in android 4.4. The map is displayed correctly.