Skip to content

[BUG]: Pasting into a document fails silently on Android #25

@kevincarlson

Description

@kevincarlson

Description

Attempting to paste clipboard content into a document fails to paste the content or display any visual indication of an error.

Steps to Reproduce

  1. Create a document in Loki Text on Android
  2. Copy text from another application
  3. Place the cursor where the copied text should be pasted in the document
  4. Press the Paste button or hit Ctrl/Cmd + V

Expected Behavior

The application should check if the clipboard contains plain text or formatted content. If plain text is detected, insert the text into the document immediately. If the clipboard contains formatted text, display a popup allowing the user to choose if the content should be pasted as plain text, pasted as is, or if the content should be coerced to fit the document's semantic formatting. Choosing one of these options should insert the clipboard content using the mode the user selected.

Actual Behavior

Nothing happens at all.

Environment

  • OS: Android
  • Loki Version/Commit: main

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions