Sharing - Sharing is caring! Share application data using native sharing dialogs.
Clipboard - Copy and paste like a boss! Perfect for getting that long password into a Defold text field or for sharing a generated invite link.
Imp - Image processing on Defold image buffers. Perform edge detection, sharpen, blur or emboss (like a boss)!
Nothing fancy really, but maybe useful for someone. The sharing and clipboard extensions are mainly wrapping native code while Imp was created to experiment a bit more with the workflow of the Defold buffer system.
Note: The Android support is not yet working for Sharing and Clipboard.
Ooh, awesome! I also had a plan that involved access to the clipboard. Have you had a chance to test these on windows? (sometimes I feel like the lone, nagging, windows user around here )
The Clipboard extension works on Windows (I’ve tested on Windows 7). The Sharing extension doesn’t support Windows yet (although there is some kind of sharing thing in Windows 10 right?)
For HTML5 since you most of the time want to share to social networks with some text + an image you would need to setup those things based on links plus maybe some custom server code. Like x.com!
It could be used on Windows too to open link in default browser.
Yeah, I’m sure that would be possible to create, but we need the ability to create gif images or record video. The sharing API should be easy to extend. Please create an issue/feature request on GitHub.