Search found 9 matches

Go to advanced search

by Misfer
Sun Nov 13, 2016 5:04 pm
Forum: Issues
Topic: Adding marker by clicking on map problem
Replies: 28
Views: 2983
 
Jump to post

Adding marker by clicking on map problem

Thanks - I found a workaround

by Misfer
Wed Nov 09, 2016 1:15 pm
Forum: Issues
Topic: Adding marker by clicking on map problem
Replies: 28
Views: 2983
 
Jump to post

Adding marker by clicking on map problem

Hi Sorry for repeating the same question again but I really ran out of any solution for about a month now. I even published my app to Appstore and GooglePlay with this problem because I gave up on fixing it I'm using this code to select location from map and it sends the latlng of the last click to ...
by Misfer
Mon Sep 19, 2016 5:47 pm
Forum: Issues
Topic: Cordova Geolocation Plugin running in background. How to disable?
Replies: 18
Views: 2866
 
Jump to post

Cordova Geolocation Plugin running in background. How to disable?

Problem solved

Thanks for your help

by Misfer
Mon Sep 19, 2016 5:46 pm
Forum: Issues
Topic: Adding marker by clicking on map problem
Replies: 28
Views: 2983
 
Jump to post

Adding marker by clicking on map problem

Thanks

by Misfer
Sun Sep 18, 2016 12:19 pm
Forum: Issues
Topic: Cordova Geolocation Plugin running in background. How to disable?
Replies: 18
Views: 2866
 
Jump to post

Cordova Geolocation Plugin running in background. How to disable?

Hi IIIya, Thanks for the quick reply As per Appery workaround solution I should delete the below line from the app.Info.plist under the Source tab in the builder .Please confirm .. ------------- NSLocationAlwaysUsageDescription Your location information will be used by this app. Choose "Allow&q...
by Misfer
Sun Sep 18, 2016 5:24 am
Forum: Issues
Topic: Cordova Geolocation Plugin running in background. How to disable?
Replies: 18
Views: 2866
 
Jump to post

Cordova Geolocation Plugin running in background. How to disable?

Hi, I have the same exact problem when testing my app. I changed the Geolocation service initialization to on the Device Ready event, instead of on the Page show event but still problem not fixed!! I'm still getting an alert when the app first launches saying "Allow to access your location even...
by Misfer
Sat Sep 17, 2016 11:49 am
Forum: Issues
Topic: Adding marker by clicking on map problem
Replies: 28
Views: 2983
 
Jump to post

Adding marker by clicking on map problem

Any guideline to move the marker ? ----- var placedMarkers = 0; var availableMarkersToPlace = 1; setTimeout( function(){ if(placedMarkers = availableMarkersToPlace) return; placedMarkers++; var map = Appery("google_map").gmap; google.maps.event.addListener(map, 'click', function(event) { l...
by Misfer
Fri Sep 16, 2016 1:17 pm
Forum: Issues
Topic: Adding marker by clicking on map problem
Replies: 28
Views: 2983
 
Jump to post

Adding marker by clicking on map problem

Hi Sergiy,

I still need to send the selected location to localStorage because I need to use the value in different page .

Problem still not resolved

by Misfer
Thu Sep 15, 2016 3:04 pm
Forum: Issues
Topic: Adding marker by clicking on map problem
Replies: 28
Views: 2983
 
Jump to post

Adding marker by clicking on map problem

Hi I'm also using this code to select location from map and it sends the latlng of the last click to LVs nicely but the problem is that it still places markers every time I click How to have it just moving the same marker .? ------ var placedMarkers = 0; var availableMarkersToPlace = 1; setTimeout( ...

Go to advanced search