GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-media-capture/pull/25
CB-7429, CB-7440 Media-capture plugin is not working on WP8.1 since native API change This fixes https://issues.apache.org/jira/browse/CB-7429 and https://issues.apache.org/jira/browse/CB-7440 * Adds custom UI for WP8.1 * capture* methods now resolved with proper MediaFile object * files are captured to Appdata/local folder You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova-plugin-media-capture CB-7429 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-plugin-media-capture/pull/25.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #25 ---- commit f20e297e785df493de73de83af239d86a0b18e4a Author: Vladimir Kotikov <v-vlk...@microsoft.com> Date: 2014-09-01T07:00:33Z CB-7429 Adds media capture support for windows * Custom UI for WP8.1 * capture* methods now resolved with proper MediaFile object * files are captured to Appdata/local folder commit 1adb73ae11b9f85cf9a7f44ffbe62793526c88ce Author: Vladimir Kotikov <v-vlk...@microsoft.com> Date: 2014-09-01T07:27:46Z CB-7429 Move windows8 and windows Proxies into one file * Adds missing capabilities to windows8 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---