You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(haptics): remove cordova haptics support (#29186)
BREAKING CHANGE: Support for the Cordova Haptics plugin has been removed. Components that integrate with haptics, such as `ion-picker` and `ion-toggle`, will continue to function but will no longer play haptics in Cordova environments. Developers should migrate to Capacitor to continue to have haptics in these components.
Copy file name to clipboardExpand all lines: BREAKING.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ This is a comprehensive list of the breaking changes introduced in the major ver
16
16
-[Browser and Platform Support](#version-8x-browser-platform-support)
17
17
-[Dark Mode](#version-8x-dark-mode)
18
18
-[Global Styles](#version-8x-global-styles)
19
+
-[Haptics](#version-8x-haptics)
19
20
-[Components](#version-8x-components)
20
21
-[Button](#version-8x-button)
21
22
-[Checkbox](#version-8x-checkbox)
@@ -141,6 +142,10 @@ Developers who want to disable dynamic font scaling can set `--ion-dynamic-font:
141
142
142
143
For more information on the dynamic font, refer to the [Dynamic Font Scaling documentation](https://ionicframework.com/docs/layout/dynamic-font-scaling).
143
144
145
+
<h2id="version-8x-haptics">Haptics</h2>
146
+
147
+
- Support for the Cordova Haptics plugin has been removed. Components that integrate with haptics, such as `ion-picker` and `ion-toggle`, will continue to function but will no longer play haptics in Cordova environments. Developers should migrate to Capacitor to continue to have haptics in these components.
0 commit comments