We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c32966 commit c7e2f65Copy full SHA for c7e2f65
core/src/components/toggle/toggle.tsx
@@ -249,10 +249,9 @@ export class Toggle implements ComponentInterface {
249
250
private onClick = (ev: MouseEvent) => {
251
/**
252
- * The haptics for the toggle is
253
- * an iOS-only feature when tapped.
254
- * As a result, it should be
255
- * disabled on Android.
+ * The haptics for the toggle on tap is
+ * an iOS-only feature. As such, it should
+ * only trigger on iOS.
256
*/
257
const enableHaptics = isPlatform('ios');
258
0 commit comments