Possible to share screenshot?

I have a scenario in which a user receives a high score and what I’m wondering is, is it possible to have a share button that includes an image while sharing?

So like a… “share on WhatsApp” button that would be able to share the image along with some text.

yes absolutely, you would just have to program it yourself :smiley:
find a javascript library which records the screen, implement that to create an image on a canvas for starters.
are you making a cordova app or a webapp?

Hey @basiclaser thanks for the reply.

Ultimately I will deploy the app using capacitor - I’m confident enough the screenshot of the canvas will work it’s just the question around the ability to actually share the image but I presume as you say it should work since it does with social media apps.

But how about web tech, if I am not building for mobile but running on the web on a mobile device. A PWA for instance.