Can't Geolocate on the Device

I have a working map that uses the Google maps with geolocation.
On the web browser, everything works fine, when geolocating the users position.
However, when I upload to my device thru phonegap build , the map displays but it doesn’t geolocate the position.

Any suggestions?

Hi @jonsem,
I have the same problem in my application here. Have you found a solution for this?
Thanks in advance :smile:

Use geolocation plugin of ngCordova
And get the permission to switch on GPS on client device.
Its works for me as well as i need.