Member
Last active 3 years ago
Expand the JS API to allow image saving / download. For example for canvas images.
Currently there's a limitation where only HTML files can be saved....
I had to give up developing two apps because I can't save images. I'm currently looking for alternatives to Web2APK because is this....
So please add this save feature, it would improve Web2APK a lot!
Hi,
You can't save any image (or file) generated by your App ("can only download http/https uris...").
I understand this is a WebView limitation, but perhaps you can implement it on the JavaScript API ?
You already have Website2APK.printPage(); that generates a PDF....
How about Website2APK.saveImage(); that creates a PNG ?
Thanks!