[GitHub] [cordova-plugin-geolocation] breautek commented on issue #203: Not working on android device Vivo Y12

2020-07-09 Thread GitBox
breautek commented on issue #203: URL: https://github.com/apache/cordova-plugin-geolocation/issues/203#issuecomment-656109246 Timeout means the GPS receiver was unable to find a GPS point within your timeout setting, which in your case is 30 seconds. This is possible for a host of d

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #203: Not working on android device Vivo Y12

2020-07-07 Thread GitBox
breautek commented on issue #203: URL: https://github.com/apache/cordova-plugin-geolocation/issues/203#issuecomment-654831669 Well you can't alert objects. You need to use an actual debugger to see the object. You need to use Google Chrome and go to `chrome://inspect` for remote debugging

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #203: Not working on android device Vivo Y12

2020-07-06 Thread GitBox
breautek commented on issue #203: URL: https://github.com/apache/cordova-plugin-geolocation/issues/203#issuecomment-654615006 There error is probably an `Error` class, you can't `JSON.stringify` it. You lose the prototype members when you do. -

[GitHub] [cordova-plugin-geolocation] breautek commented on issue #203: Not working on android device Vivo Y12

2020-07-06 Thread GitBox
breautek commented on issue #203: URL: https://github.com/apache/cordova-plugin-geolocation/issues/203#issuecomment-654479240 As Tim said, we are missing a lot of crucial information to provide any real assistance. Things like: - Cordova CLI version - Cordova plugin versio