Big Uint8Array() as parameter crash the application
brainsbucket opened this issue · 2 comments
brainsbucket commented
Hi,
Thanks for you work,
I try to make image processing, but when I call a jxcode async methods with an Uint8Array(4633700) as parameter, the android device kill the app.
Do you have a solution ?
karaxuna commented
Does it work OK with smaller array? Your phone may not have enough memory for this operation
obastemur commented
@brainsbucket most probably you call this on webview?