Any luck with saving snapshots to file on android mobile.
the example provided in C2 works on PC but not on my mobile (crosswalk)
do I have to enable any permissions on Intel XDK?
I searched this and it seems that I do not need to add any permission for saving to internal SD. so this should not be an issue.
EDIT1:
I tried enabling the following permissions on intel XDK but it did not work
READ_EXTERNAL_STORAGE
WRITE_EXTERNAL_STORAGE
then I tried enabling all crosswalk plugins, again did not work
so the question remains, why the browser plugin is not able to save snapshots on mobile devices?
EDIT2:
apparently, cordova does not support downloading files/images directly. but there is a plugin for this here:
in Intel XDK, Third party plugin -> get plugin from web
plugin name = "canvas2imageplugin"
plugin ID = "org.devgeeks.canvas2imageplugin"
tick checkbox: Plugin is located in the Apache Cordova Plugins Registry
we just need an expert on this forum to make a construct 2 plugin to enable it. anyone?