Total canvas memory use exceeds the maximum limit (Ionic app)
shivang-pokar opened this issue · 0 comments
shivang-pokar commented
Total canvas memory use exceeds the maximum limit (224Mb) getting this error on second time
Steps to reproduce the behavior:
- Create instance draw something and destroy
- do same process again and stoped working and showing error
- Error: Total canvas memory use exceeds the maximum limit (224Mb)
Device : iPhone 14 Pro
OS : iOS
OS Version :16.2
Ionic Version : 5
SDK Version : 3.15.3
Note :- Already check previous bugs report and applied still not fixed
Also tried
const canvas = tuiImageEditor._graphics._canvas;
canvas.dispose();
tuiImageEditor.destroy();