mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #16818] feat: PWA on iOS “pull to refresh” functionality #18056
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 @jhemmond on GitHub (Aug 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16818
Originally assigned to: @tjbck on GitHub.
Check Existing Issues
Problem Description
Implement a Pull to Refresh page on iOS PWA. Currently, when a user leaves the PWA switching to other apps or locks the screen temporarily while a slower model is finishing Text Generation, the PWA times out and the user has to close out and relaunch the PWA to get the interface refreshed.
Desired Solution you'd like
Implementing a pull to refresh will solve this pesky issue. Thanks for considering this.
Alternatives Considered
No response
Additional Context
PWA is currently the best way to interact with OWUI from an iOS device. No native app offers the full functionality or comes close. PWA improvement will make using OWUI a lot more desirable and less frustrating for iOS users.
@tjbck commented on GitHub (Aug 27, 2025):
Addressed with
29cd1bc739in dev!@jhemmond commented on GitHub (Aug 27, 2025):
This is awesome! @tjbck thanks!
@doliveira-lts commented on GitHub (Sep 30, 2025):
Hi, thanks for the update! Any ideas on why the "timeout" happens/how to fix it considering the front-end code?