Hello community. I really hope that someone may help me here, because I was searching in internet for the solution for the long time and nothing that could help me.
I need to load picture from my phone device gallery to the app. And everything is working fine, but if picture's size is more than 4096 pixels, it just becomes black (but aspect ratio is still true). Please, don't type me, that using large pictures is inefficient, I need to do this and after loading it, I decrease its scale. I have already tried:
* file chooser + load image from URL to sprite;
* cordova camera plugin + load image from URL to sprite;
* file chooser + paster;
And the result is same, always..
It is some kind of problem with construct, the restriction. Of course, on PC everything is working fine. But another app from Play Market downloads pictures even with resolution more than 10000 without any problems, so it is not the phone's fault.
Please, help me.