Carlos, the message he is talking about is a system message, so we don't have to worry about how it works or the message it has to show. It's displayed automatically when you call [self.locationManager startUpdatingLocation]; and the geolocation services are turned off, but the current implementation of the plugin doesn't call [self.locationManager startUpdatingLocation]; if the permissions are turned off.
Bad thing is geolocation plugin follows the W3C API, and I don't see any way of adding this option without "breaking" the API 2016-01-29 14:18 GMT+01:00 Carlos Santana <[email protected]>: > Thanks for opening the JIRA that says a lot about your interest to help. > But my opinion the request is for a specific implementation related to > UI/UX, then what would the dialog say and how to handle language etc... > > This is the reason in core Cordova we try to stay away from providing > specific UI implementations > > Also there is no native iOS API to open settings app in the specific > section of Location Services that I'm aware. There are some APIs to go the > your app section but not the location services. > > I would consider the use case be concern of Dev space how to handle the > UI/UX when our current API returns with permission denied > On Fri, Jan 29, 2016 at 7:07 AM Zarko Hristovski <[email protected]> wrote: > > > Thanks. > > > > Created CB-10478 (getCurrentPosition should trigger system dialog for > > enabling location services): > > https://issues.apache.org/jira/browse/CB-10478 > > > > It's a feature request, so fingers crossed. > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > >
