I have create an Android application, in which I have use an HTML calendar. In device Motorola Droid X2, when user select date, the dialer is come and making the call. I need to restrict it.
Whether I have not use any code for dialing(Like:tel,url:tel).
Try to owerride
shouldOverrideUrlLoading
methot in WebViewClientexample:
Or some other code you want in this method