On a HTC Evo running Android 2.3.5, overrriden shouldOverrideUrlLoading() is never called. The exact same code works well on a Samsung Galaxy running Android 2.3.6.
so far, I have tried overriding onPageStarted() and onPageFinished(). I do not see the URL in these methods.
My intent is to provide custom activities for mailto: and tel: links present in the page. Any ideas on how I can make this work if shouldOverrideUrlLoading() is never hit?
I have already looked at similar questions on stackoverflow and elsewhere, haven't found anything relevant.