is it possible to know somehow that when dialer pad gets open (using window.location) then whether user actully dialed no. or clicked on cancel button?? plz help n thanks 
This is not possible using window.location. You could use the onPause event, but that get’s fired anytime the app goes into the background even if it’s not to the dialer.