Hi guys. For my project I have a save button that works like this
On button pressed - sytem take a snapshot (Png, 100)
Browser download of CanvasSnapshot with file name "my_image"
It work perfect when you browse my app from webbroswer and the button save an image
However,
When I export my app from Intel XDK as apk - this button does not work on phones or tablets. Nothing happens
Do you have any ideas how to save snaphot as my app being an apk ?
Thank you!