Flutter教程

Taptic Engine

Contents

An Ionic plugin to use Taptic Engine API on iPhone 7, 7 Plus or newer.

https://github.com/EddyVerbruggen/cordova-plugin-taptic-engine

联系我们?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.

Contact Us Today!

Ionic Taptic Engine插件的安装(Installation)

ionic cordova plugin add cordova-plugin-taptic-engine npm install @ionic-native/taptic-engine
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
ionic enterprise register --key=YOURPRODUCTKEY npm install @ionic-enterprise/taptic-engine

Ionic Taptic Engine插件支持的平台(Supported Platforms)

  • iOS

Ionic Taptic Engine插件的用法(Usage)

import { TapticEngine } from '@ionic-native/taptic-engine/ngx';

...

constructor(private taptic: TapticEngine) { }

...

this.taptic.selection();

this.taptic.notification();

this.taptic.impact();