Replies: 3 comments 7 replies
-
Do you mean playback continues when you close the popup (but the bar is still presented), or when the bar is dismissed? |
Beta Was this translation helpful? Give feedback.
-
1.6.3 fixes the issue. The contained KSPlayer stops playing when I tap the X popupbar item and is cleaned-up. But I did find another issue, which may be a side-effect of this change: the popup bar items do not appear the next time I show the popup bar. I'll attach a video to demonstrate. I'll also leave a gist of my popup bar view code(it's basically your example code with some minor modifications). 2023-11-25.13.34.09.mp4https://gist.github.com/mazz/f256ae5cdf373b7f5e73d5ccc914b2a2 |
Beta Was this translation helpful? Give feedback.
-
Confirmed the fix in 1.6.4. Thanks for all your help! |
Beta Was this translation helpful? Give feedback.
-
How do I dispose of contained views when I close the popup view? I have a KSPlayer/KSVideoPlayerView inside the Swiftui LNPopupUI and it continues playing after I close the popup:
2023-11-24.15.37.00.mp4
Beta Was this translation helpful? Give feedback.
All reactions