Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cordova Wiki" for change notification.
The "RoadmapProjects" page has been changed by brianleroux: http://wiki.apache.org/cordova/RoadmapProjects?action=diff&rev1=26&rev2=27 * Events: deprecate battery stuff for its own plugin; leave the rest be * File: normalize paths * Geo: leave be - * Media: '''requires further audit''' https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html + * Media: '''requires further audit''' (use html5 audio and/or normalize apis / add volume event) https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html * Notification: deprecate completely. alert/confirm should be proper browser polyfills, vibrate move to http://www.w3.org/TR/vibration/, kill beep * Storage: deprecate, the w3c doesnt want to support nor should we. file api and idb should care for all these use cases @@ -40, +40 @@ * docs: security best practices guide * docs: web development best practice guide (eg. fast clicks) - * review media (use html5 audio and/or normalize apis / add volume event) * orientationchange event http://dev.w3.org/geo/api/spec-source-orientation.html and more here: https://gist.github.com/2942428 * webworkers with a browser ctx * single js file (runtime figures out which overloads to use ala hasjs) @@ -48, +47 @@ * android multitouch polyfill: https://github.com/Philzen/webview-multitouch-polyfill * sockets polyfill: http://caniuse.com/websockets * notifications api: http://www.w3.org/TR/notifications/ - * window.open, targetblank * App invocation w/ data/args (like intents or protocol handlers) https://github.com/PaulKinlan/WebIntents * remove plugins to discreet repos and use discovery mechanism to compose different releases * first class NFC API http://www.w3.org/wiki/Near_field_communications_(NFC)