You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
Hi, i have last version, we have a problem when using siri to write a text in a textarea, when siri complete text recognition, resumePlayback() is called, and this line:
I just experienced this bug. I'm forking the project with @lucabecchetti 's snippet (which works!).
This fix is extremely urgent.
Thanks.
edit: @lucabecchetti This issue should be retitled to be more accurate. The LOC you indicated crashes when Jukebox tries to resume playback after is has been interrupted. Thanks!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, i have last version, we have a problem when using siri to write a text in a textarea, when siri complete text recognition, resumePlayback() is called, and this line:
currentItem!.refreshPlayerItem(withAsset: currentItem!.playerItem!.asset)
cause a crash, I think we have to insert this code on top of function:
if currentItem == nil{
return
}
The text was updated successfully, but these errors were encountered: