[GH-ISSUE #14408] issue: (iOS UI bug) new lines shift input window up permanently #104236

Closed
opened 2026-05-18 01:52:55 -05:00 by GiteaMirror · 1 comment
Owner

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

  • I have searched the existing issues and discussions.
  • I am using the latest version of Open WebUI.

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

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

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

  1. Open the webui on an iphone in safari or in a PWA.
  2. Start a new chat and let it get long enough (>2 responses and >1000 words seemed to always trigger it for me)
  3. Write a reply and hit return to make a new line. Each new line will cause the input window movement issue.

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

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 - [x] I have searched the existing issues and discussions. - [x] I am using the latest version of Open WebUI. ### 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 - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [ ] I have included the browser console logs. - [ ] I have included the Docker container logs. - [ ] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [ ] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### 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 1. Open the webui on an iphone in safari or in a PWA. 2. Start a new chat and let it get long enough (>2 responses and >1000 words seemed to always trigger it for me) 3. Write a reply and hit return to make a new line. Each new line will cause the input window movement issue. ### 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`
GiteaMirror added the bug label 2026-05-18 01:52:55 -05:00
Author
Owner

@tjbck commented on GitHub (May 28, 2025):

Addressed with 8a74bdce37, 0.6.12 will be released shortly.

<!-- gh-comment-id:2915980539 --> @tjbck commented on GitHub (May 28, 2025): Addressed with 8a74bdce378062015575f74cdc1db203c41e9ba3, 0.6.12 will be released shortly.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#104236