mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-17 08:21:12 -05:00
[GH-ISSUE #14408] issue: (iOS UI bug) new lines shift input window up permanently #17241
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 @grenappels on GitHub (May 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14408
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.11
Ollama Version (if applicable)
No response
Operating System
iOS 18.4.1
Browser (if applicable)
Safari and iOS PWA
Confirmation
README.md.Expected Behavior
When hitting "return", add a new line to the current chat input.
Actual Behavior
It DOES add a new line, but it also shifts the whole chat input window up on the screen. It does not come back down, even if you scroll or hit "Done" to hide the keyboard. The only way to fix it is to refresh the page.
This problem only happens once the chat is long enough.
Steps to Reproduce
Logs & Screenshots
Attaching a video to demonstrate
https://github.com/user-attachments/assets/9ab1d1bb-1e97-4a4c-85b1-1dceabc13073
Additional Information
Sorry I did not include all requisites, but I don't have time right now to gather all of those files and I thought it would be better to at least flag it than do nothing.
I did not customize anything in my setup, simply ran the docker command for "OpenAI API usage only":
docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main@tjbck commented on GitHub (May 28, 2025):
Addressed with
8a74bdce37, 0.6.12 will be released shortly.