We have been struggling with selection haptic feedback while developing an iOS app. We are trying to replicate the feedback feel of the iOS Timer selection picker. When we do this with Ionic, we get very light feedback while scrolling but then a heavy hit on the final selection. The following free app on the App Store works perfectly when selecting from their picker wheel. https://apps.apple.com/us/app/timer/id391564049
Is this a limitation of the compatibility of Ionic to Swift?
Does anyone have any code snippets for a selection picker with feedback?