mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:03:11 +08:00
23 lines
803 B
Markdown
23 lines
803 B
Markdown
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/three-dee-touch/index.ts#L51">
|
||
|
Improve this doc
|
||
|
</a>
|
||
|
|
||
|
# 3D Touch
|
||
|
|
||
|
```
|
||
|
$ ionic cordova plugin add cordova-plugin-3dtouch
|
||
|
$ npm install @ionic-native/plugins/three-dee-touch
|
||
|
```
|
||
|
|
||
|
## [Usage Documentation](https://ionicframework.com/docs/native/three-dee-touch/)
|
||
|
|
||
|
Plugin Repo: [https://github.com/EddyVerbruggen/cordova-plugin-3dtouch](https://github.com/EddyVerbruggen/cordova-plugin-3dtouch)
|
||
|
|
||
|
The 3D Touch plugin adds 3D Touch capabilities to your Cordova app.
|
||
|
|
||
|
Requires Cordova plugin: `cordova-plugin-3dtouch`. For more info, please see the [3D Touch plugin docs](https://github.com/EddyVerbruggen/cordova-plugin-3dtouch).
|
||
|
|
||
|
## Supported platforms
|
||
|
|
||
|
- iOS
|