Repository: cordova-docs Updated Branches: refs/heads/master 3756e8164 -> 0688f9a03
CB-6258 Add File-Transfer row to Platform Support github: close #217 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/0688f9a0 Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/0688f9a0 Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/0688f9a0 Branch: refs/heads/master Commit: 0688f9a0349fb38c94d4fa6a0de93a2d8d1f980a Parents: 3756e81 Author: Andrey Kurdyumov <[email protected]> Authored: Mon Jun 30 20:00:39 2014 +0600 Committer: Andrew Grieve <[email protected]> Committed: Wed Aug 20 11:39:24 2014 -0400 ---------------------------------------------------------------------- docs/en/edge/guide/support/index.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/0688f9a0/docs/en/edge/guide/support/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/support/index.md b/docs/en/edge/guide/support/index.md index 64b578f..25772f7 100644 --- a/docs/en/edge/guide/support/index.md +++ b/docs/en/edge/guide/support/index.md @@ -209,6 +209,19 @@ CLI's shorthand names. </tr> <tr> + <th><a href="https://github.com/apache/cordova-plugin-file-transfer/blob/master/doc/index.md">File Transfer</a></th> + <td data-col="amazon-fireos" class="y"></td> + <td data-col="android" class="y"></td> + <td data-col="blackberry10" class="y">* Do not support onprogress nor abort</td> + <td data-col="firefoxos" class="n"></td> + <td data-col="ios" class="y"></td> + <td data-col="ubuntu" class="n"></td> + <td data-col="winphone8" class="y">* Do not support onprogress nor abort</td> + <td data-col="win8" class="y">* Do not support onprogress nor abort</td> + <td data-col="tizen" class="n"></td> + </tr> + + <tr> <th><a href="https://github.com/apache/cordova-plugin-geolocation/blob/master/doc/index.md">Geolocation</a></th> <td data-col="amazon-fireos" class="y"></td> <td data-col="android" class="y"></td>
