I dont have a real Android device so I’m using emulators for all my development for now, are mailto: web links really unsupported on Android devices 2.1 and below? 2.2 works, but every time I click a mailto: link on 1.6 or 2.1 even, I get an [unsupported action] dialog. Anybody with a real device want to test this out?
I dont have a real Android device so I’m using emulators for all my
Share
You have to handle it yourself in a WebViewClient
In your activity you keep a reference to
MyWebViewClientand assign it to yourwebviewwithsetWebViewClient(mWebClient).