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.