dburles / dburles/reactive-maps-example
ios: "Geolocation Failed: Position retrievel timed out"
- Dominant language
- JavaScript
- Stars
- 29
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am working with the Meteor 1.2 ecosystem. I used the package of yours and working great in Android and Web and also the map loads in the ios (os 10.1.1) perfectly. Now in the loaded map if we do any operation like swipe , pan , zoom then we are getting the error ""Geolocation Failed: Position retrievel timed out". this thing make the whole, scenario very worse.
Some how to any extend we handled this by handling the Google error for error code 3 but still when we pan or swipe or click zoom handler continuously the application in ios make the error as above mentioend..
Thinking that might be Geolocation.latLng(); is making problem and passed static lat , lng but still in the ios things not working smoothly specially after handling the error code swipe makes the map to hang and not working as expected.
I was almost done with the expected tasks but got stuck here at the last in ios as these are normal gesture where we get errors.
mobile config. (There is no effect while we add the below lines or not)
App.accessRule('*.google.com/*');
App.accessRule('*.googleapis.com/*');
App.accessRule('*.gstatic.com/*');
Kindly suggest how to move ahead in the IOS ecosystem.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.