Skip to content

Blur area tap out & haptic feedback improvements

Compare
Choose a tag to compare
@eleev eleev released this 25 Mar 12:20
· 16 commits to master since this release
21a5cd4

The update brings support for:

  • A utility method called setInitial(frame:) that helps to handle appearance animation issue in some scenarios
  • A new settable property called closeOnBlurTapped that can be used to change the behavior of the component, when the blur area (if present) is tapped e.g. the component can be closed if property set to true
  • A new settable property givesHapticFeedback that allows to turn on/off the haptic feedback (if available on the target device)