Skip to content

Commit 891583d

Browse files
chore(update-plugins): Fri Aug 2 08:04:44 UTC 2024
1 parent a7562d7 commit 891583d

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

content/plugins/haptics.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ Thanks to [Eddy Verbruggen](EddyVerbruggen) for providing [nativescript-taptic-e
2424
- [Use @nativescript/haptics](#use-nativescripthaptics)
2525
- [API](#api)
2626
- [isSupported()](#issupported)
27-
- [is6SAnd6SPlusSupported()](#is6sand6splussupported)
2827
- [selection()](#selection)
2928
- [notifcation()](#notification)
3029
- [impact()](#impact)
@@ -57,16 +56,6 @@ Checks if haptics is supported on the device.
5756

5857
---
5958

60-
### is6SAnd6SPlusSupported()
61-
62-
```ts
63-
isHapticsSupported: boolean = Haptics.is6SAnd6SPlusSupported()
64-
```
65-
66-
Checks if Haptics is supported on iOS.
67-
68-
---
69-
7059
### selection()
7160

7261
```ts
@@ -113,7 +102,7 @@ There are 3 impact types:
113102
To use the haptics fallbacks, check if there is support:
114103

115104
```ts
116-
if (!Haptics.isSupported() && Haptics.is6SAnd6SPlusSupported()) {
105+
if (!Haptics.isSupported()) {
117106
// use HapticsFallback
118107
}
119108
```

0 commit comments

Comments
 (0)