mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #15053] issue: Mobile Chat Input Fails to Paste Multi-line Text via Clipboard Suggestions (WebView Related) #56117
Reference in New Issue
Block a user
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 @2erTwo6 on GitHub (Jun 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15053
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
No response
Operating System
ubuntu 24
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
The text should be pasted completely, displaying its line breaks correctly.
Actual Behavior
On mobile devices, the chat message input field in the social application fails to paste multi-line text containing line breaks when selected from the system's clipboard suggestions/history. This issue is observed only in applications or browsers that rely on the Android System WebView (e.g., in-app WebView pages, or browsers that utilize the system WebView), but not in browsers with their own built-in rendering engines (e.g., Chrome, Firefox). Additionally, pasting by long-pressing the input field and selecting "Paste" works correctly.
Steps to Reproduce
On a mobile device, open OpenWebUI (via browser or within an in-app embedded page).
Copy a multi-line text containing line breaks from any other application on the phone.
Return to the OpenWebUI interface and tap the message input field.
Wait for or trigger the system's clipboard suggestions (e.g., clipboard content displayed above the keyboard).
Tap on the multi-line text from the clipboard suggestions to paste it.
Logs & Screenshots
not
Additional Information
Pasting by long-pressing the input field and selecting "Paste" from the context menu works without this issue.
This issue occurs only on mobile devices.
Confirmed that changing different IMEs (including System Default, Sougou, Gboard) does not resolve the problem.