me.apla.cordova.app-preferences icon indicating copy to clipboard operation
me.apla.cordova.app-preferences copied to clipboard

Preference pane with graceful degradation

Open apla opened this issue 8 years ago • 1 comments

If platform supports native preference pane, show it. Otherwise, display HTML form

For Android and iOS return to app from preference pane generates cordova resume event. This is unsupported for HTML form. Need to think about uniform API or event for preferences change. probably #37

  • Android preference activity
    • [x] generation
    • [x] show programatically
  • iOS preference pane
    • [x] generation
    • [x] switch programatically
  • Windows Store Desktop preference pane
    • [ ] generation
    • [ ] show programatically
  • HTML form fallback
    • [ ] generation
    • [ ] show programatically

apla avatar Jul 24 '15 11:07 apla