Note that there are some explanatory texts on larger screens.

plurals
  1. POPhoneGap - Cordova 2.1 Geolocation on Android is inconsistent
    primarykey
    data
    text
    <p>I am having a major issue, Geolocation is very inconsistant between Android devices. </p> <p>The Geolocation on my Android Tablet is working (Samsung Galaxy), where as on my newest device Samsung Galaxy S3 - it doesn't even return a response (unless I enable enableHighAccuracy, but then it stops the other devices from working). I've tested the Geolocation in the browser and on the Google Maps app which return correct responses (and immediate responses). On the HTC it also works fine</p> <p>My manifest settings are as follows</p> <pre><code>&lt;uses-permission android:name="android.permission.CAMERA" /&gt; &lt;uses-permission android:name="android.permission.INTERNET" /&gt; &lt;uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /&gt; &lt;uses-feature android:name="android.hardware.camera" /&gt; &lt;uses-feature android:name="android.hardware.wifi" /&gt; &lt;uses-feature android:name="android.hardware.location" /&gt; &lt;uses-feature android:name="android.hardware.location.gps" /&gt; &lt;uses-feature android:name="android.hardware.location.network" /&gt; </code></pre> <p>Are there any code-changes that I am supposed to do to PhoneGap to better support GeoLocation? Even testing it out on the DEFAULT example yields the exact same results.</p> <p>Testing devices</p> <ul> <li><p>Samsung Galaxy Tablet (Android 4.0.3) . Geolocation works fine</p></li> <li><p>Samsung Galaxy S3 Mobile (Android 4.1.1). Geolocation only works in enableHighAccuracy on PhoneGap. Works without GPS enabled with GoogleMaps, and works on the Internet Browser</p></li> <li><p>HTC (Android 2.3.3) . Geolocation works fine</p></li> <li><p>Apple iPad, iPhone and iPod (I wish Android could somehow have control over hardware like apple does :()</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload