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
Copied urls in iOS are pasted as blank strings, as the "uri" format is unhandled in the copy_paste handler.
Note this are copied urls, not urls that are from plain text.
How to Reproduce
On iOS:
Go to Github app, and open any issue. OR Go to Safari app, go to any webpage.
Tap on the Share button.
Tap on Copy.
Go to Appflowy, any document, and paste into the document.
Bug Description
Copied urls in iOS are pasted as blank strings, as the "uri" format is unhandled in the copy_paste handler.
Note this are copied urls, not urls that are from plain text.
How to Reproduce
On iOS:
Expected Behavior
The link to be pasted.
Actual Behavior
Nothing pasted.
Operating System
iOS
AppFlowy Version(s)
0.8.2
Screenshots
See https://github.com/user-attachments/assets/f5b05311-d5ad-4b50-9309-df5716cc2079 . I'm tapping "Paste" but nothing gets pasted, unless I paste into the link's text box.
Additional Context
A proposed fix that also demonstrates the issue is at #7280 .
This bug was discovered via #7214 .
The text was updated successfully, but these errors were encountered: