apla / me.apla.cordova.app-preferences

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

Preference pane with graceful degradation #41

Open apla opened 8 years ago

apla commented 8 years ago

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

SomaticIT commented 8 years ago

:+1: Using #50 we can create independent modules for each platforms and build process is automated using hooks so we can generate HTML form for Windows Store and other platforms apps.