mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-26 14:45:57 +03:00
[GH-ISSUE #172] Some functionality doesn't work on Safari on Mac #284
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/maily.to#284
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mrDenning on GitHub (Mar 30, 2025).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/172
Hi - Using the editor here: https://maily.to/playground
I've noticed some functionality doesn't work on Safari on Mac (MacOS: 15.3.2, Safari 18.3.1):
Will add more if I find other issues.
Works on Chrome on MacOS
@arikchakma commented on GitHub (Apr 6, 2025):
It's a valid issue, but it's hard to make it work with Safari limitations. I will have a look.
@barisonurme commented on GitHub (May 14, 2025):
I was facing same issue. Installing "web-streams-polyfill" library and adding code below before calling render function fixed my issue.
if ( typeof window !== "undefined" && !("ReadableByteStreamController" in window) ) { await import("web-streams-polyfill/polyfill"); }Hope this will helps.
@arikchakma commented on GitHub (May 14, 2025):
Okay, I will look into this issue on next weekend.
@arikchakma commented on GitHub (May 20, 2025):
Unfortunately, I didn't get enough time this week. Definitely gonna fix it the next weekend.
@arikchakma commented on GitHub (May 24, 2025):
@mrDenning @barisonurme please have a look. Let me know if you still encounter the same issue.