Re: [PR] Feature/android [cordova-plugin-geolocation]

2024-10-12 Thread via GitHub
kumo01GitHub closed pull request #279: Feature/android URL: https://github.com/apache/cordova-plugin-geolocation/pull/279 -- 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 comment. To uns

Re: [PR] Feature/android [cordova-plugin-geolocation]

2024-10-11 Thread via GitHub
kumo01GitHub commented on PR #279: URL: https://github.com/apache/cordova-plugin-geolocation/pull/279#issuecomment-2407740554 I'm sorry for insufficient explanation. Most of change is convert WebView implementation to `FusedLocationProviderClient` but it is not the point. So, I will close

Re: [PR] Feature/android [cordova-plugin-geolocation]

2024-10-10 Thread via GitHub
breautek commented on PR #279: URL: https://github.com/apache/cordova-plugin-geolocation/pull/279#issuecomment-2405593269 > Reduce the difference between iOS and Android The plugin is suppose to implement the [W3C](https://w3c.github.io/geolocation/) standard as close as possible. C

[PR] Feature/android [cordova-plugin-geolocation]

2024-10-10 Thread via GitHub
kumo01GitHub opened a new pull request, #279: URL: https://github.com/apache/cordova-plugin-geolocation/pull/279 ### Platforms affected ### Motivation and Context - Reduce the difference between iOS and Android - Check Location Service enabled before reque