Questions tagged [dynamic-island]

23 questions
1
vote
2 answers

When Live Activity updates data, the picture will fade in and fade out, how to turn off this animation effect?

Animate content updates When you define the user interface of your Live Activity, the system ignores any animation modifiers — for example, withAnimation(_:_:) and animation(_:value:) — and uses the system’s animation timing instead. However, the…
Wen Su
  • 11
  • 1
0
votes
1 answer

How to stop Text timer in ios swiftUI widget

I have a live activity and dynamic island widget with text component timer. Widget is using ActivityConfiguration and how can i stop the timer or close the widget once it reaches specified date? This is how the timer is…
Adarsh
  • 89
  • 4
  • 14
0
votes
1 answer

Live activity request fails silently on UIKit while it works on SwiftUI

I have an issue with Live Activities. While i can start it with SwiftUI project and same configuration starts displays and updates Live Activity lock screen widget and Dynamic island, on UIKit it fails silently god knows why. Particular…
0
votes
0 answers

How to ignore Dynamic island's inset/padding

I'm searching how this app ignore dynamic island's default inset, to set a gray background to is's bottom area. some app While I test every API AcitivityKit offer, I cant't extent my view to the inset. my app I tried padding, contentMargins, none of…
yy l
  • 1
  • 1
0
votes
1 answer

Display ActivityKit Live Activity View using local push notifications when app is in the background

I am trying to create an app with live activity showing when user enters and exit a region. I have location manager setup and region setup in my app. App sends local push notification when user enters and exits a region. I want to show live activity…
0
votes
0 answers

Custom image for dynamic island on iOS

My app is playing media on iOS and sets an album art on [MPNowPlayingInfoCenter defaultCenter].nowPlayingInfo when it does that. Unfortunately, this album art does not look too good on the dynamic island as its real estate is too small. Is it…
gerbil
  • 859
  • 7
  • 26
0
votes
0 answers

react-native-device-info has method check dynamicIsland. Error call API be effected when run app replease (not debug)

[react-native-device-info] has method check dynamicIsland. Error call API be effected when run app replease (not debug)
-1
votes
1 answer

How to stop live activity time from rounding down

I have a live activity with a timer and when isLuminanceReduced is true, the timer rounds down. How do I get my live activity to stay at 40:00 when the timer is paused at 40:00 instead of 39:-- struct TimerTextView: View { let range =…
sfung3
  • 2,227
  • 1
  • 9
  • 30
1
2