EddyVerbruggen / cordova-plugin-taptic-engine

:vibration_mode: Use Apple's Taptic Engine to vibrate your iPhone 6s (or up) in a variety of ways
MIT License
62 stars 12 forks source link

fix(plugin): don't use background thread. Fixes #2 #3

Closed mlynch closed 8 years ago

mlynch commented 8 years ago

This fixes #2 by moving the taptic calls to the main thread. Cordova complains but it's 12ms of delay which might just be the engine cost

EddyVerbruggen commented 8 years ago

Exactly. Thanks Max! Code looks good 👍