Hi all
I’m using the share extension GitHub - britzl/defold-sharing: Defold native extension to share data from a Defold application using native dialogs to take a screenshot and share player scores on social media. I’ve got it working fine for Android builds but have found that, on html5 (mobile), the image gets shared but the optional text doesn’t appear.
If I just try to share some text (with share.text) that works fine with HTML5.
This also seems to be an issue with the example code when used with HTML5, so I assume it’s not something I’m doing wrong.
Does anyone know of a fix for this?
Thanks
Harry