Hi all,
I want to know how to write a code in javascript to make the mobile vibrates.Is it possible to vibrate mobile with java script code?
please help me in this ,it's very important for my application.
Thanks
Mehraj
Hi all,
I want to know how to write a code in javascript to make the mobile vibrates.Is it possible to vibrate mobile with java script code?
please help me in this ,it's very important for my application.
Thanks
Mehraj
Wiki WRT widget section would be nice place to start searching, did that this time for you and here's one link: http://wiki.forum.nokia.com/index.ph...bration_in_WRT
Hi mehraj123,
It's hard. You just put this code in the html:
And the code javascript is:Code:<embed type="application/x-systeminfo-widget" hidden="true" style="position: absolute; top: -100px;">
Code:if (document && document.embeds && document.embeds[0]) { try { var sysinfo = document.embeds[0]; sysinfo.startvibra(100, 100); } catch (e) { //alert("error: " + e); } }
I also want to make vibration from javascript in my web application.
I have uploaded the example code on my server. But it is not making any vibration.
URL to access this page is:
https://bobdn.com/WRT/wrtstub.html
or
http://bobdn.com/WRT/wrtstub.html