tuarua / Vibration-ANE

Vibration + Haptic Adobe Air Native Extension for iOS 9.0+, Android 19+
Apache License 2.0
8 stars 1 forks source link

(Feature request) Implement haptic feedback api ios #8

Closed roipeker closed 5 years ago

roipeker commented 5 years ago

Is it possible to include AudioServicesPlaySystemSound on iOS to make better use of the taptic engine? To improve UI experience using subtle vibrations on iphone6s and newer devices.

Reference: https://medium.com/@sdrzn/make-your-ios-app-feel-better-a-comprehensive-guide-over-taptic-engine-and-haptic-feedback-724dec425f10

tuarua commented 5 years ago

Thanks for the link. I will investigate and consider.

tuarua commented 5 years ago

Please check the latest version. Haptic and Taptic support added.

Please check updated example, there are changes to the API

roipeker commented 5 years ago

Closing ticket