You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm using this plugin on a basic angularjs-based android app. Everything seems to work fine if I try to pick small images, when I select an image bigger than a couple of mb the app crashes and I get the following error stack:
FATAL EXCEPTION: pool-1-thread-2
E java.lang.OutOfMemoryError
E at java.lang.String.<init>(String.java:365)
E at java.lang.String.<init>(String.java:228)
E at org.apache.cordova.file.FileUtils$25.handleDat
a(FileUtils.java:976)
E at org.apache.cordova.file.LocalFilesystem.readFi
leAtURL(LocalFilesystem.java:547)
E at org.apache.cordova.file.FileUtils.readFileAs(F
ileUtils.java:947)
E at org.apache.cordova.file.FileUtils$6.run(FileUt
ils.java:302)
E at org.apache.cordova.file.FileUtils$24.run(FileU
tils.java:540)
E at java.util.concurrent.ThreadPoolExecutor.runWor
ker(ThreadPoolExecutor.java:1080)
E at java.util.concurrent.ThreadPoolExecutor$Worker
.run(ThreadPoolExecutor.java:573)
E at java.lang.Thread.run(Thread.java:841)
Do you suggest a workaround? Any hint?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi! I'm using this plugin on a basic angularjs-based android app. Everything seems to work fine if I try to pick small images, when I select an image bigger than a couple of mb the app crashes and I get the following error stack:
Do you suggest a workaround? Any hint?
Thank you in advance!
The text was updated successfully, but these errors were encountered: