How can I enhance the user experience by configuring Apples vibration feature for a Mendix native mobile action button?

0
Hello everyone, I recently created an app where, upon clicking the circular area, the number within it increases. Clicking the reset button resets the loop. I want the circle button to work simultaneously with Apple vibration for every single click action. Is there any widget, Java, or JavaScript action available for this?
asked
3 answers
1

that not all browsers and devices support this API, and the support might vary.

answered
0

Vibration is not supported on Safari on Web See this

answered
0

Hello ablikim,

 

Maybe you can use the JavaScript Action Vibrate  from NativeMobileResources

image.png

 

Just drop it on a Nanoflow:

image.png

 

I personally never tested on IOS, but it should work:

https://reactnative.dev/docs/vibration#vibrate

 

answered