Hi there,
I am developing a little app where the player can build a monument.
I want to allow the player to take a screenshot of the result with a button inside the application to printed it.
Here is the result that I am looking for :
I have tried to do it with javascript using the command window.print() but, here is the result :
I have also tried to do it using html2canvas, but I get the same result.
I do not really understand why I’m getting this.
Have you got any idea about this ?
(I apologize for my english)