We are developing application in html/js Adobe Air and there is problem with handle correctly 'mailto' urls.
Whenever that 'mailto' link is part of app's html code everything works. User click and default email client is poping up.
The problem is when 'mailto' link is part of html code displayed in app via <iframe></iframe> tags. User click and nothing happens.
My understanding after reading documenation is that it should work from local and remote code as well:
http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7cba. html
Is there any way to debug it or to force it with running local email client ?
thanks.
Marek