Screenshot and sociashare (screenshot size?)

Is there any way to get the whole ion-content (whole page) to screenshot? Not just the showing area of the screen?

I think you have to use canvas for screenshot , for example with this lib
https://html2canvas.hertzen.com/

To get the hidden parts of viewport you may need to scroll ( programatically ) and take several screenshots and join them into one and share that . That seems how some browser extensions do it

1 Like

Interesting. I’ll have to dig into that. Thanks!

Or ionic theme could allways add that into screenshot plugin :stuck_out_tongue: Or something to get whole content screenshot :slight_smile: