mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #23219] issue: [Bug] Chat input box is completely missing/hidden on iPadOS 15.8.7 (iPad Air 2) #35449
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 @learneo on GitHub (Mar 30, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23219
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
No response
Operating System
ipad 15.8.7
Browser (if applicable)
Safari
Confirmation
README.md.Expected Behavior
The chat input box should be securely docked to the bottom of the screen, accounting for the virtual keyboard and the safe area, allowing users to type messages.
Actual Behavior
The chat input area is not rendering or is pushed completely off-screen at the bottom when accessing Open WebUI on an older iPad. I am unable to type or interact with the LLM because the text box is invisible.The input box is completely missing/hidden from the viewport. It seems like a CSS viewport height (100vh vs 100dvh vs -webkit-fill-available) calculation issue on older WebKit engines.
Environment details:
Device: iPad Air 2
OS: iPadOS 15.8.7
Browser: Safari / PWA / QQ Browser
Open WebUI Version: Latest Docker version
Steps to Reproduce
1.Open Open WebUI on an iPad Air 2 running iPadOS 15.8.7.
2.Log into the account.
3.Look at the bottom of the chat interface.
4.The chat input box is nowhere to be found.
Logs & Screenshots
Additional Information
No response
@tjbck commented on GitHub (Mar 30, 2026):
Unable to reproduce, make sure your browser is supported.
@learneo commented on GitHub (Mar 31, 2026):
@tjbck
"Thanks for checking. Just to clarify, the iPad Air 2 is hardware-capped at iPadOS 15.8.7 (effectively Safari 15), so I cannot update the browser engine further due to Apple's restrictions. The issue seems to be related to how older WebKit engines handle viewport heights (like vh vs dvh) when the virtual keyboard/safe area is present.
Could you confirm what the minimum supported iOS/Safari version is for Open WebUI? If iOS 15 is officially unsupported, I understand. Thanks for your hard work!"