Taptic Engine
An Ionic plugin to use Taptic Engine API on iPhone 7, 7 Plus or newer.
联系我们?

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.
Ionic Taptic Engine插件的安装(Installation)
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
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();