12-26-2011 05:02 AM - edited 12-26-2011 05:06 AM
Hi,
I'm Karthick, Is it possible to send email from webworks for playbook. Please provide me sample code.
Thanks
01-02-2012 12:38 AM
Use the <a href="mailto:....."></a> format. If the user is bridged, it will open up the email application, if they are not, it will prompt them to bridge to their BlackBerry Smartphone.
For further reading please refer to these free online resources:
http://www.w3schools.com/html5/tag_address.asp
http://www.html-5.com/tags/a-tag/examples.html
Good luck! ![]()
03-23-2012 12:44 AM
03-23-2012 12:49 AM
Actually I am having issues with this now as well.
If you try typing the mailto: link into the browser it works, however, I cannot launch the messages app from the mailto: link from within my app.
Really annoying issue on WebWorks for Playbook.
03-23-2012 01:18 AM
Apparently the problem is known and being worked on ![]()
03-23-2012 04:12 PM
You can watch this issue on Github here:
https://github.com/blackberry/WebWorks-TabletOS/is
04-25-2012 10:04 PM
Adding my +1 to this
05-07-2012 10:00 PM
The best solution I have found is this.
There are limitations but it will work fine if the email content isn't too large.
02-15-2013 08:28 AM
Hi
I need to send an attachment via e-mail client programatically in playbook webworks
I had implemented it in BlackBerry Curve using Java Extension.
But Jave Extension is not getting recognized in PlayBook webworks
Also I went through this post,
But there is no solution to add mail attachment
Also is it possible to use AIR extension for the mail attachment in PlayBook webworks
http://diadraw.com/e-mail-native-extension-updated
Regards
joel
02-15-2013 03:31 PM
Sorry, neither the Java Extension or the native one for iOS will work on the PlayBook. There isn't currently an option besides building a new extension for PlayBook. However, when BlackBerry 10 is released for PlayBook, this will be possible.