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

Geolocation on IOS 8

http://forum.ionicframework.com/t/ios-8-geo-location-permissions-not-appearing-heres-how-to-fix/9822

(change config.xml, add files CDVLocation and add key value from xcode) Create icons and splash screen

Follow this http://blog.ionic.io/automating-icons-and-splash-screens/

Clone this wiki locally