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
When multiple images are uploaded, page memory is adding up and never released.
Especially when using mobile devices, this results in the WebView to eventually reload (this is especially problematic when Cropper.js is implemented in a page with other information, as that information would then be lost).
To Reproduce:
While monitoring memory usage in Safari's Web Inspector
1 - Upload image
2 - Upload another image
..n - Upload another image
When multiple images are uploaded, page memory is adding up and never released.
Especially when using mobile devices, this results in the WebView to eventually reload (this is especially problematic when Cropper.js is implemented in a page with other information, as that information would then be lost).
To Reproduce:
While monitoring memory usage in Safari's Web Inspector
1 - Upload image
2 - Upload another image
..n - Upload another image
Screenshots
Tested on:
The text was updated successfully, but these errors were encountered: