Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loop for Apple Watch (watchOS 10.x) UI issue #2162

Open
A9qx opened this issue May 1, 2024 · 6 comments
Open

Loop for Apple Watch (watchOS 10.x) UI issue #2162

A9qx opened this issue May 1, 2024 · 6 comments

Comments

@A9qx
Copy link

A9qx commented May 1, 2024

Describe the bug
The Loop watch app is wrapping the label text "Loop" below the time on my Series 9 (41mm) watch running watchOS 10.4 (stable public release).

  • Attatch an Issue Report: N/A
  • To Reproduce: Launch the Loop app/complication on watchOS 10.x | The label 'Loop' appears incorrectly under the time on the watch. Expected behavior: The 'Loop' label should have been on the same "line" as the time, but on the left side instead of the right causing all of the buttons and other UI elements to shift down, not looking so good.

Screenshot:

Hardware: Apple Watch Series 9
OS Version: watchOS 10.4, 10.5 (non beta)
Loop Version: 3.2.3 (57)
Repo: LoopWorkspace/LoopWorkspace
CGM: Dexcom G6
Manager app: Dexcom G6 App
Pump: Omnipod DASH

Additional Context: This was a previous issue that was closed automatically for being stale, however this issue still exists, so I have reopened the issue (see original issue): #2082 (comment)

Also, this isn't an issue with watchOS 10, this is a stable release and other apps such as Carrot, ECG, Flighty, etc, don't have wrapping issues like this, it can be resolved within Loop's codebase.

@A9qx A9qx changed the title Loop for Apple Watch (watchOS 10.4) UI issue Loop for Apple Watch (watchOS 10.x) UI issue May 14, 2024
@marionbarker
Copy link
Contributor

This was reported in an issue that was inadvertently closed. Adding the link for continuity.

@elnjensen
Copy link
Contributor

See my comments in #2082 for a fix/workaround.

@elnjensen
Copy link
Contributor

elnjensen commented Jun 23, 2024

Also, this isn't an issue with watchOS 10, this is a stable release and other apps such as Carrot, ECG, Flighty, etc, don't have wrapping issues like this, it can be resolved within Loop's codebase.

@A9qx Can you show a Watch screenshot of one or more of those apps? My guess is that they have redesigned their interfaces with new controls, but that you'll find that in all of them that top bar is at least two lines high (i.e. the height that Loop is now wrapping to with time plus title below it). Since WatchOS 10 now allows controls in those top corners, and those controls are two lines high, it's a common redesign. For example, here is the Carrot redesign, using two lines.

I'm not saying that the Loop Watch interface couldn't be redesigned, but I don't think (for WatchOS 10 and later) it can go back to what it was, with a single narrow line that includes both the title and the time. Deleting the title ("Loop", which doesn't add much) is a simple fix for now.

@A9qx
Copy link
Author

A9qx commented Jun 23, 2024

Also, this isn't an issue with watchOS 10, this is a stable release and other apps such as Carrot, ECG, Flighty, etc, don't have wrapping issues like this, it can be resolved within Loop's codebase.

@A9qx Can you show a Watch screenshot of one or more of those apps? My guess is that they have redesigned their interfaces with new controls, but that you'll find that in all of them that top bar is at least two lines high (i.e. the height that Loop is now wrapping to with time plus title below it). Since WatchOS 10 now allows controls in those top corners, and those controls are two lines high, it's a common redesign. For example, here is the Carrot redesign, using two lines.

I'm not saying that the Loop Watch interface couldn't be redesigned, but I don't think (for WatchOS 10 and later) it can go back to what it was, with a single narrow line that includes both the title and the time. Deleting the title ("Loop", which doesn't add much) is a simple fix for now.

Sure. Here are more examples, below are Flighty, Carrot, Sleep, and Nike Run Club.

I'd say in general, most apps that have optimized for watchOS 10 I'd agree have ditched the single narrow line that includes both title and time. Most have opted for replacing it with UI buttons and other elements instead.

If a redesign is indeed on the table, definitely take inspiration for sure from Flighty and Carrot. Both did an excellent job showing how you can use the extra screen real estate found on modern AWs, they've gotten a lot bigger over the years.

incoming-BE911A18-9F68-49B1-A3F3-8ACABEF17793 (1)
incoming-C20F0425-92AE-4636-8CE4-E29E93D2657A (1)
incoming-61865E39-B7AB-44A5-955E-A2F1309B2237
incoming-9E3537CE-149E-476C-9D5D-B63D4C8BEE10

@elnjensen
Copy link
Contributor

Hmm, I take it back - ECG does manage this somehow. Would be interested to see other examples, especially for non-built-in apps. It's either (a) possible with a full redesign in SwiftUI (not a simple task), or (b) another example of Apple allowing its own apps to do things that third-party apps can't.

@A9qx
Copy link
Author

A9qx commented Jun 24, 2024

I'd also recommend looking at iAPS for inspiration on the T1D side of things as their Apple Watch app is really solid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants