Skip to content
tsadimas edited this page Apr 7, 2015 · 3 revisions

Welcome to the mymuseum wiki!

To fix the geolocation problem, i followed this http://stackoverflow.com/questions/19491875/phonegap-cordova-geolocation-not-working-on-android

where i added

(in platform/android/AndroidManifest.xml)

(in www/js/app.js) var options = { timeout: 30000, enableHighAccuracy: true, maximumAge: 50000 }; and i passed options for the getcurrentposion function

Clone this wiki locally