So, I use canvas plugin and have image storing in it. My goal is to let user download that image by pressing a button.
Right now I use browser plugin and invoke download file with canvas url in parameter for it. On desktop it's workin fine, but on mobile device I have 'network error' everytime I tryin to download that image.
I also tryed to add that game as app on mobile and give it all permissions I can, but no succes (but I can assume that maybe I do something wrong here and app not actually have all neccesary permissions).
Does anyone know how to fix it? In ideal way - to fix it in browser, so user do not have to add it as app.
My game exported in html5 and hosted on newgrounds if that matters.