F7-link mailto does not open

Unable to get <f7-link external href="mailto:[email protected]">email</f7-link> to open in Cordova app on Android device (or emulator). Also tried various permutations with regular <a href/> instead of <f7-link/> with no success.

It does open when testing as a web app.

Regular external link
<f7-link external href="https://forum.framework7.io">web</f7-link> opens fine on Adroid.

Framework7 Vue v8.2
Cordova 12

This all worked on a previous version of the app, which was Framework7 v3.

<f7-link external href="mailto:[email protected]">email</f7-link>

Thanks @shastox, for pointing out the typo in my example. I’ve edited my post above, so the example code now correctly includes the “mailto”.

This does not solve the problem though, as the real version on the app includes the “mailto”, but does not open on Android device.

Any ideas?

Solved. Cordova config was missing <allow-intent href="mailto:*" />.