Post

Replies

Boosts

Views

Activity

Reply to Widgets: Detect StandBy night mode iOS 17
There is a specific environment variable to detect StandBy mode called isActivityFullscreen. @Environment(\.isActivityFullscreen) var isStandByMode
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Strong password autofill, even if we don't want it
I was pulling my hair over this, but I finally found a solution for my case. By setting ".textContentType(.username)" on the email field, iOS stopped trying to create a strong password. Very obscure behaviour... Hope it helps you!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Strong password autofill, even if we don't want it
I've also stumbled upon this. Trying to create a sign in form and iOS keeps suggesting a new strong password 🤦🏻‍♂️
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22