-
Notifications
You must be signed in to change notification settings - Fork 633
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Markers and Zoom in / Out buttons don't work on Cordova/Phonegap #338
Comments
Did you ever get this working? I'm having difficulty with taps on mobile in the cordova environment. Double taps and pinch work great. Just appears to be problems with single taps. |
I have same issue - appears that the map layer is in front of the markers and controls. i can see them when they load up, but the map comes in front... |
This issue was moved to angular-ui/ui-leaflet#15 |
I'm going to rework&redesign angular-leaflet-directive to be compatible with Leaflet v1.0. It will mantain almost all its functionality, and will be compatible with the current features of the directive, but I must start from a fresh point, so I'm going to close this issue. If you think it must be worked with the new version, please reopen it. |
I've successfully placed the angular-leafet-directive in my phonegap(3.4) application.
Everything works great, but, i have few markers on my map with some message on each of them. The first maker, which i put it as focus:true is indeed showing the message, but i cannot see the other messages when i click on the other markers. Nor use the zoom in/out buttons.
Everything works great on my desktop browser
The text was updated successfully, but these errors were encountered: