Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
shivang-pokar opened this issue Jul 24, 2023 · 0 comments
Open

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

shivang-pokar opened this issue Jul 24, 2023 · 0 comments
Labels

Comments

@shivang-pokar
Copy link

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();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant