When uploading an image, the CSS filter property applied to the canvas does not work due to a browser bug in Safari.
Problem line:
|
ctx.filter = "contrast(100)"; |
According to this table, it is not supported in Safari and in the iOS WebView:
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D#browser_compatibility
When uploading an image, the CSS filter property applied to the canvas does not work due to a browser bug in Safari.
Problem line:
memefy/src/frontend/components/ImageEditor.jsx
Line 34 in 3537360
According to this table, it is not supported in Safari and in the iOS WebView:
https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D#browser_compatibility