I am trying to create some vibrate effects....So i am intending to create some vibration notification with different situations. So i am expecting to set different vibration effect with different situation depending on response from server. For eg. For my weather application if i get data from the server and its showing me 1> SUNNY then i want to give some vibration effect but when it gives me CLOUD then i need different vibration effect.
So technically my question is:
A> Does Sencha allows me to set different vibration intensities or some thing ?
B> Is it possible that i create some vibration effects by using some Java Library and then use it write some method and call that java method from sencha touch java script ?