[GH-ISSUE #7283] [Bug] iOS copied links paste into a blank string #3228

Closed
opened 2026-03-23 21:28:34 +00:00 by mirror · 0 comments
Owner

Originally created by @chrisirhc on GitHub (Jan 24, 2025).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7283

Originally assigned to: @asjqkkkk on GitHub.

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:

  1. Go to Github app, and open any issue. OR Go to Safari app, go to any webpage.
  2. Tap on the Share button.
  3. Tap on Copy.
  4. Go to Appflowy, any document, and paste into the document.

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 https://github.com/AppFlowy-IO/AppFlowy/pull/7280 .

This bug was discovered via #7214 .

Originally created by @chrisirhc on GitHub (Jan 24, 2025). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/7283 Originally assigned to: @asjqkkkk on GitHub. ### 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: 1. Go to Github app, and open any issue. OR Go to Safari app, go to any webpage. 2. Tap on the Share button. 3. Tap on Copy. 4. Go to Appflowy, any document, and paste into the document. ### 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 https://github.com/AppFlowy-IO/AppFlowy/pull/7280 . This bug was discovered via #7214 .
mirror 2026-03-23 21:28:34 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#3228
No description provided.