Ahh, good catch.
Would there be a way to check if the user is using a PC and then use an appropriate alternative? Like:
if platform == "pc":
anvil.js.window.location.href = "mailto:user@example.com?subject=Subject&body=message%20goes%20here";
Ahh, good catch.
Would there be a way to check if the user is using a PC and then use an appropriate alternative? Like:
if platform == "pc":
anvil.js.window.location.href = "mailto:user@example.com?subject=Subject&body=message%20goes%20here";