awesome-cordova-plugins/docs/plugins/three-dee-touch/README.md

26 lines
808 B
Markdown
Raw Normal View History

2021-09-29 20:09:02 +08:00
<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
2021-09-29 20:38:45 +08:00