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. 
Cordova didn't implement the geolocation API for Android and instead relied on 
the webview implementation, which theoretically should be pretty close to the 
W3C implementation and have the capability of getting updates when the user 
updates the system webview package. The only thing that the plugin did for 
android was handle permission requests.
   
   So if there are differences between iOS & Android, then I think we should 
determine what those differences are and determine which one is closer to the 
W3C specification. If android is behaving differently and is breaking the 
specification, then it should be reported upstream to chromium. Otherwise 
Cordova's iOS implementation should be brought closer to the W3C specification.
   
   I'm not certain that implementing the geolocation API is the right call if 
the webview is sufficient at implementing the W3C specification in the webview.


-- 
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 unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to