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

iOS: open('bluetooth') opens general settings page #25

Closed bryantee closed 6 years ago

bryantee commented 6 years ago

Is bluetooth working in iOS 11? It just seems to open the general settings page for me.

 window.cordova.plugins.settings.open('bluetooth', () => res())
hannibaldinski commented 6 years ago

Sadly opening settings on iOS 11 is broken. As it was always kind of a hack, no one has found a solution to fix it.

guyromb commented 6 years ago

Related issue: https://github.com/guyromb/Cordova-open-native-settings/issues/18