guyromb / cordova-open-native-settings

Plugin to open native screens of iOS/android settings (maintained, end-2020)
http://gsrweb.net
MIT License
113 stars 107 forks source link

opening network setting turns out to general setting #20

Closed yanglongji closed 6 years ago

yanglongji commented 6 years ago

as title.. in ios 9.3.3

guyromb commented 6 years ago

does it happens also with the other settings?

hannibaldinski commented 6 years ago

Happens to all settings. See https://github.com/guyromb/Cordova-open-native-settings/issues/18

timbru31 commented 6 years ago

It seems like that the published version from npm does not contain the following commit: https://github.com/guyromb/Cordova-open-native-settings/commit/ff240fa3b3e8a1a43788159a168fa69b62c7f537 - could you possibly publish an update @guyromb?

guyromb commented 6 years ago

@timbru31 can you make a pull request?

timbru31 commented 6 years ago

I can't help you publish to npmjs.org - only you can do that ;)

... and for the iOS 11 bug: I'm not aware of any working solution.

guyromb commented 6 years ago

@timbru31 It is published, but I am not sure what the this commit is excluded https://www.npmjs.com/package/cordova-open-native-settings

timbru31 commented 6 years ago

The current version on npm is v1.4.1 which is equal to commit 8066c95f579eb36e53594c2f3bb37d8347c367d9 (from Mid-July 2017)

However there are two important commits for iOS since the latest release, which add support for more options: 3731a017d24034cd4cecf8591470adbee380ecb8 (for TouchID/PIN code, from End-July 2017) and ff240fa3b3e8a1a43788159a168fa69b62c7f537 (e.g. battery, keyboard, privacy, from Oct 2017)


my question/request is: can you publish e.g. a v1.5.0 to npm?

guyromb commented 6 years ago

Published, can you confirm it is all updated now?

timbru31 commented 6 years ago

Yes looks good! Thank you very much ❤️