mirror of
https://github.com/arikchakma/maily.to.git
synced 2026-04-25 22:25:51 +03:00
[GH-ISSUE #102] Copy failing on Safari #37
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#37
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 @hammerhai on GitHub (Dec 30, 2024).
Original GitHub issue: https://github.com/arikchakma/maily.to/issues/102
On Safari 18.2 (build 20620.1.16.11.8), Maily is not able to copy template HTML. This is due in part to Safari not implementing clipboard permissions, opposite of Chrome. Thus, the writing requires direct user interaction (a copy function passed to
onClick), but Maily uses a hook inside anasyncfunction to do so.More info about a fix that should work with all platforms, meaning no unnecessary
if-elsestatement.@arikchakma commented on GitHub (Dec 31, 2024):
I can reproduce it. I will fix it in the next weekend😊
Thank you and have a great day.
@arikchakma commented on GitHub (Jan 4, 2025):
So the above solution didn't work, so I have added an extra interaction. Thank you for reporting😊
I am working on a migration, hopefully, it will make the process much easier.