I am developing a cross platform app , where in I want to download few images from my back end using Java Script.
I see with HTML5 you can use "download" property of anchor tag , but unfortunately it works only for Chrome and no other browser.
I have also tried some of the traditional ways like:-
http://blogs.adobe.com/cantrell/archives/2012/01/how-to-download-data-as-a-file-from-javascript.html
but that did not work. Can someone tell me an alternative that is not browser dependent.
I have also tried somethings like "modernizr" and "html5Shiv" but to no effect.