mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #1886] iOS PWA Home Screen icon is a circle, not squircle #28197
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 @aniqueta on GitHub (May 1, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1886
Originally assigned to: @tjbck on GitHub.
Bug Report
Description
Bug Summary:
This is very minor. On iOS & iPadOS the Home Screen icon is a circle, which the OS then adds a black/transparent border to make it a squircle.
Steps to Reproduce:
Navigate to Open-WebUI instance. Click share icon. Click add to Home Screen.
Expected Behavior:
Home Screen Icon is a squircle, like on macOS.
Actual Behavior:
Home Screen icon is a circle instead, with a

black border than in animations becomes transparent.
Environment
Open WebUI Version: 0.1.122
Ollama (if applicable): 0.1.31
Operating System: iOS/iPadOS 17.4
Reproduction Details
See above.
Confirmation:
Logs and Screenshots
Browser Console Logs:
n/a
Docker Container Logs:
n/a
Screenshots (if applicable):
See above.
Installation Method
Docker
Additional Information
It appears this was addressed when first setting up the PWA per https://github.com/open-webui/open-webui/pull/167