I'm exporting my game to Android with intel/crosswalk.
I'd like the user to be able to save a snapshot of the screen, and ideally have the option of sharing the snapshot on fb, etc--but maybe that should be another question!
I've looked around for an answer to the mobile snapshot question, and see quite a few others asking the same thing, but I haven't found a clear solution.
Is it possible to save screenshots on android with NW.js?
Is canvas2snapshot an option, and how would I go about implementing that?
Is there some other solution or plugin out there that I just haven't run across yet?
Thank you for any help!