apla / me.apla.cordova.app-preferences

App preferences plugin for cordova
Apache License 2.0
201 stars 210 forks source link

Fixes iOS 8.2+ radio settings reverting to default #110

Closed jrobichaud closed 7 years ago

jrobichaud commented 7 years ago

"PSRadioGroupSpecifier" settings on iOS 8.2+ reverts back on default when the apps settings gets focus. Using a PSMultiValueSpecifier has a different look and feel but works the same way. See: http://stackoverflow.com/questions/34389422/ios-settings-bundle-psradiogroupspecifier-does-not-show-selected-value

GabLeRoux commented 7 years ago

I confirm this works, uses PSMultiValueSpecifier instead of broken PSRadioGroupSpecifier after 8.2 :) Plugin doesn't support messages under settings anyway. Apple screwed PSRadioGroupSpecifier.

It will display a bit differently in the settings, but it's great.