Hi folks,
This has been raised many times on the forum, unfortunately the intent library in B4A seems to have problems placing images as attachment.
Please find attached a new share library.
This library has the option to show the share window, and I've tested it works with following:
Facebook
Twitter
Messaging
Picasa
WhatsApp
Email client
It does not work with the default GMail (Google Mail) app. I've searched online and it is an issue with GMail app itself I think (many people have raised similar issue). Will keep looking for a solution.
It also lessens down the share code for images to 2 lines
I need your help in testing this library!
Please feedback whether it works or not.
Sample code:
Enjoy!
-Bill
This has been raised many times on the forum, unfortunately the intent library in B4A seems to have problems placing images as attachment.
Please find attached a new share library.
This library has the option to show the share window, and I've tested it works with following:
Messaging
Picasa
Email client
It does not work with the default GMail (Google Mail) app. I've searched online and it is an issue with GMail app itself I think (many people have raised similar issue). Will keep looking for a solution.
It also lessens down the share code for images to 2 lines
I need your help in testing this library!
Please feedback whether it works or not.
Sample code:
B4X:
Dim share As MESShareLibrary
share.sharebinary("file:/" & File.DirDefaultExternal & "/Image1.png", "image/png", "Do you see this?")
Enjoy!
-Bill
Attachments
Last edited: