danielsogl / awesome-cordova-plugins

Native features for mobile apps built with Cordova/PhoneGap and open web technologies. Complete with TypeScript support.
https://danielsogl.gitbook.io/awesome-cordova-plugins/
Other
2.39k stars 2.42k forks source link

Feature request : Taptic Engine plugin #571

Closed Bouzmine closed 7 years ago

Bouzmine commented 7 years ago

I'd like this plugin for Taptic Engine feedback on iPhone 6S and 7 to be added. https://github.com/EddyVerbruggen/cordova-plugin-taptic-engine

Bouzmine commented 7 years ago

@mlynch Could you add the unofficial API to the plugin?

ihadeed commented 7 years ago

@mlynch what do you think about adding a new parameter for the @Cordova decorator: customRef.. so we can do something like:

@Cordova({
  customRef: 'unofficial.weakBoom'
  // OR
  customRef: 'TapticEngine.unofficial.weakBoom'
})
static weakBoom(): Promise<any> { return; }