If I use an action on a button or link to open an external website in my native app then this works fine.
But if I use a “mailto:” link as you’d normally do for an email address in a web app, then this fails (doesn’t do anything) on Android.
Any ideas for a fix?
asauma
2
I’d suggest taking a look at this discussion. I believe it’s related to what you’re looking for
Continuing the discussion from Fixing mailTo: and external links on Android (iOS works fine):
Thanks for the info, but I should have said that my project is a native app rather than a web app which that link seems to refer to.