ionic-team / ionic-starter-maps

An Ionic starter project using Google Maps and a side menu
144 stars 58 forks source link

App freezes when pressing Locate Me #9

Closed NBAMj closed 8 years ago

NBAMj commented 9 years ago

For some reason, when I click on the Locate Me icon at the bottom left corner, the application freezes ! I'm using iPhone 5 (ios 8.3).

davidhsv commented 9 years ago

Same here, in iphone emulator iphone 6 ios 8.2.

holographix commented 9 years ago

+1

benmarten commented 9 years ago

Following this answer solved it for me: http://stackoverflow.com/a/30742672/2302437

Basically it's missing the Location Permission Dialogue on iOS 8!

rocco commented 8 years ago

just do this:

ionic plugin add cordova-plugin-geolocation
saaqibz commented 8 years ago

+1 to rocco's fix