Repository: cordova-docs Updated Branches: refs/heads/master 6cfa1985a -> e0f5a2dc8
CB-6261 Add Vibration row to Platform Support github: close #215 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/e0f5a2dc Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/e0f5a2dc Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/e0f5a2dc Branch: refs/heads/master Commit: e0f5a2dc8bb55ef5639e546589c65cc0227aede8 Parents: 6cfa198 Author: Andrey Kurdyumov <[email protected]> Authored: Mon Jun 30 19:48:46 2014 +0600 Committer: Andrew Grieve <[email protected]> Committed: Wed Aug 20 11:44:21 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/e0f5a2dc/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 df492b9..f392e76 100644 --- a/docs/en/edge/guide/support/index.md +++ b/docs/en/edge/guide/support/index.md @@ -325,6 +325,19 @@ CLI's shorthand names. <td data-col="tizen" class="y"></td> </tr> + <tr> + <th><a href="https://github.com/apache/cordova-plugin-vibration/blob/master/doc/index.md">Vibration</a></th> + <td data-col="amazon-fireos" class="y"></td> + <td data-col="android" class="y"></td> + <td data-col="blackberry10" class="y"></td> + <td data-col="firefoxos" class="y"></td> + <td data-col="ios" class="y"></td> + <td data-col="ubuntu" class="n"></td> + <td data-col="winphone8" class="y"></td> + <td data-col="win8" class="n"></td> + <td data-col="tizen" class="n"></td> + </tr> + </tbody> </table>
