Replies: 2 comments 2 replies
|
你可以不用设置onPlayerDisappear 。我自动就会清空。你看下是不是options.startPlayTime 这个值有被设置了。 |
1 reply
|
你看下 这个方法有被调用吗?没有的话,那就是你的写的swiftUI 有问题,导致view没有被释放。 |
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
How do I shutdown and fully reset the KSVideoPlayerView? If I add this code below in the
onPlayerDisappearcallback, the next time I open the player view it resumes from the point where it disappeared.All reactions