TAICHI

Results 15 issues of TAICHI

### Platforms affected Android ### Motivation and Context - This is change for check Location Service enabled before request permission. For now when the location service is unavailable, the plugin...

enhancement

### Platforms affected Android ### Motivation and Context Following below comment: https://github.com/apache/cordova-plugin-geolocation/pull/291#issuecomment-2827376314 > The Apache Software Foundation is moving toward blocking tags like v1 and prefers commit hash IDs instead....

### Platforms affected android ### Motivation and Context migrate from deprecated `onRequestPermissionResult` to `onRequestPermissionsResult`.. ### Description override `onRequestPermissionsResult`, not `onRequestPermissionResult` ### Testing ### Checklist - [x] I've run the tests...

### Platforms affected iOS ### Motivation and Context To remove Xcode warning ### Description - remove unused variable `locationServicesEnabledInstancePropertyAvailable` - explicitly mention 'self' ### Testing - Worked successfully on emulator...

### Platforms affected iOS ### Motivation and Context fix #257 ### Description Desynchronize `isLocationServicesEnabled` As comment, this change might cause some problems because of run in thread that location manager...

### Platforms affected android ### Motivation and Context workaround fix #285 According to [W3C](https://www.w3.org/TR/geolocation/#request-a-position), request a position and acquire a position should processing in parallel. In result, timeout timer starts...

Which is the way this Cordova plugin should be for Timeout? - iOS behavior: Timeout start before requesting permission - Android behavior: Timeout start after requesting permission I think iOS...

bug

### Platforms affected n/a ### Motivation and Context Use latest @cordova/eslint-config ### Description - Bump @cordova/[email protected] - Fix lint warnings - Bump `cordova-android` requirements to 12.0.0 because some fixtures for...

# Feature Request ## Motivation Behind Feature On Android implementation, local methods and properties are defined as public. But I don't think these are expected to call by other methods....