Your solution works!!! Thank you!!
R
Save
Saving
Racafe
@Racafe
2
Reputation
2
Posts
1024
Profile views
0
Followers
0
Following
Posts made by Racafe
-
Vibration in Monaca
Hello
I have been struggling with monaca trying to get my phone vibrate but it doesnt seems to work.
Even the HelloWorld example doesnt vibrate and I have checked all.The phone I am using is a Samsung S4 that actually vibrates with normal JavaScript code:
navigator.vibrate(1000);
but when I try it in a Monaca App, it doesn’t work.
Someone knows what I am doing wrong? Thank you