tui.image-editor icon indicating copy to clipboard operation
tui.image-editor copied to clipboard

Total canvas memory use exceeds the maximum limit (Ionic app)

Open shivang-pokar opened this issue 1 year ago • 0 comments

Total canvas memory use exceeds the maximum limit (224Mb) getting this error on second time

Steps to reproduce the behavior:

  1. Create instance draw something and destroy
  2. do same process again and stoped working and showing error
  3. 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();

shivang-pokar avatar Jul 24 '23 12:07 shivang-pokar