breautek closed issue #277: Infinite loop onPause() -> onResume()
URL: https://github.com/apache/cordova-plugin-geolocation/issues/277
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific com
breautek commented on issue #277:
URL:
https://github.com/apache/cordova-plugin-geolocation/issues/277#issuecomment-2092952245
Cannot reproduce using `watchPosition` or `getCurrentPosition`:
```
navigator.geolocation.watchPosition((e) => {
console.log(e);
}, (erro
alexp25 opened a new issue, #1434:
URL: https://github.com/apache/cordova-ios/issues/1434
# Bug Report
## Problem
I have upgraded my project from cordova-ios@6.3.0 to @7.1.0, and apparently
managed to build the project. However, when I run on my iOS device, it seems
that none
breautek commented on issue #1434:
URL: https://github.com/apache/cordova-ios/issues/1434#issuecomment-2093820395
I've had this happen to my projects as well for years... I don't think it's
exclusively a 7.x issue, i've encountered it on 5.x and 6.x over the years.
I've never could re