I'm doing an app that the user can put information into a textbox and then save an image of the screen to print.
I did something like this:
after fill the informations on textbox have a button to save...
- On touch on button
- System - Take a Snapshot of canvas
- On Snapshot of canvas
- Browser - invoke download of Snapshot
the function works fine but the text insite the textbox does not appear in the saved image.
Anyone know how to do for the text inside of the textbox appears in a saved image by CanvasSnapshot?
~if anyone know how to make a function to print the all contents of the screen already help a lot too~
Thanks and sorry for my bad english