- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have a button that should open sending email "send email" but it does not work, ( <a href="mailto:annamariacianchetti@tiscali.it" > )
I have a mail form, when I press submit the app to error and closes( <form action="MAILTO:annamariacianchetti@tiscali.it" method="post" enctype="text/plain"> ),
on the emulator everything works well, how can I solve?
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you have to add the mailto:* to the whitelist of your project in the corresponding one (crosswalk, android, iOS or windows)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Try using "get" instead of "post". Generally for security reasons, some webviews do not allow mailto with form submission. If you are trying to send email with the form content you should do it on server side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Simone -- try using the "Create and Launch an Email" plugin in the "Featured Plugins" list (use the Plugin Manager on the Projects tab). Might be easier and provide more options than what you are trying to do.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page