Mailto: from within a web viewer component not working

I am using a web viewer component to display a online php file which searches a mysql database for a list of information. The client want to be able to email an item in the list to their admin. I created the usual mailto link for this, but thru the web viewer it gives a net::ERR_UNKNOWN_URL_SCHEME error.

		echo "		<br />Email these notes to 
		<a href='mailto:admin1@client.co.za?subject=" . $sqSEARCHName . "&body=" . $record['CheckInDate'] . " | ". $record['CheckInTime'] . "%0D%0A" . $record['MemNotes'] . "'>Admin 1</a>, 
		<a href='mailto:admin2@client.co.za?subject=" . $sqSEARCHName . "&body=" . $record['CheckInDate'] . " | ". $record['CheckInTime'] . "%0D%0A" . $record['MemNotes'] . "'>Admin 2</a>;

How can I get this to work or get around the problem?

My close in AI2 only loads the page in the web viewer.

You possibly need deep links

https://community.appinventor.mit.edu/search?q=deep%20links

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.