I need to add a text(watermark) to an image on mobile while the device is offline.That image should not need to be displayed to the user, that's why I'm trying to avoid the document.getElementById().
Is there a way, while offline, given a binary to a client action to add a text to that image?
Hello Hugo,
I'm not sure if I understood your question but have you taken a look at the Image Utils Mobile.
It has a client action that adds a watermark to the image which seems to be your question.
Let me know if that helped :)