Anyone out there having trouble rendering views in a Stand By Live Activity?

It seems there's a padding around our views we can't get rid of. 😭

And when updating the activity via an #appIntent the frame doesn't always update correctly and cuts off content. See screenshot no 2.

#SwiftUI #standBy #ios17 #liveActivity #widget

@JagCesar Perhaps @joehribar knows?

@matthewcassinelli @JagCesar I ran into this issue too trying to show different content in the Live Activities on the Lock Screen and in StandBy. https://mastodon.social/@joehribar/110907157918114403

While I could show different content, the height of StandBy was always the same as the Lock Screen—that whatever the height is when the Live Activity is created in the ActivityConfiguration is the height for both.

I wasn’t able to figure out how to change the height, so please share if you do!

@joehribar @matthewcassinelli Thank you! I'll reach out to apple folks and see if they can assist. Will keep you informed if there's a fix for this.