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? |
3 replies
|
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 |
4 replies
|
Confirmed the fix in 1.6.4. Thanks for all your help! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
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
All reactions