We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello there,
This is my first post. Recently I learned a little bit of processing-coding and later, as the webpage needed a responsive solution, I tried p5js (both great fun, by the way).
So now to my 2 problems: 1) My sketch seems not working probably, when calling the save() or saveCanvas() on InternetExplorer. IE gives out the "you need a new app to open data., would you like to search in Windowsstore?" and clearly he can't find anything. Still it does when opening it in firefox or opera. (didn't tested yet crome or safari). Am I missing something to implent in the code for the browsers? or is there a way to overpass this issue?
2) When opening the Index.html in opera it does not display my images (still it does in firefox or IE). I really don't have any idea at the moment...?
Greetings T5
Answers
https://forum.Processing.org/two/discussions/tagged?Tag=savecanvas()
Thank you, but the link on my mobilephone brings me back to the general forum. I will check it tomorrow on the pc. I'm sure it will get me to the right way.
Now did some tests. saveCanvas(), did not change anything at all for IE. mouseClicked or mousePressed as well didn't do an other job.
https://GitHub.com/processing/p5.js/wiki/Supported-browsers
hmm, could be that IE does not support the savefunction. Thanks.