From c794793016334464cd940403056781f5bc49bb91 Mon Sep 17 00:00:00 2001 From: MaratGilyazov Date: Fri, 12 Jul 2019 15:16:12 +0200 Subject: [PATCH] readme update --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8a2f59c..88419f3 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,6 @@ Call Taptic Engine Notification feedback with given type - one of 3 constants: t Call Taptic Engine Selection feedback ## Notes -#### taptic_engine.isSupported() -Right now this does not seem working correctly and returns "true" even on iPhone5, but it's not breaking; there is no safe way to check if taptic is supported) #### prepare() There is API to "prepare" taptic engine for further feedback calls, in actual implementation it's called once on first call to any of taptic_engine methods and there is no way to controll it manually