Post

Replies

Boosts

Views

Activity

Reply to Full Screen on WatchOS 7 doesn't work
I ran into the same issue. On watchOS 7 my full screen views started to show the black strip you mentioned. I was able to fix this by adding the navigationBarHidden modifier to my full screen views. As an example: MyFullScreenView() .navigationBarHidden(true)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’20