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
I'm having a problem when I use getPlayed() function on apple operating systems only.
Context: At the end of the video I use the getPlayed() function to calculate the percentage of the video watched by the user and generate a score for the user.
Ex:
percentage_watched == 100% => 5 stars,
80% < percentage_watched < 100% => 4 stars, ...
Problem: Some tests done on apple systems (macOS, IOS) showed that the getPlayed() function returned an empty array, that is, the percentage_watched returned 0% even when we had watched the entire video.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I'm having a problem when I use getPlayed() function on apple operating systems only.
Context: At the end of the video I use the getPlayed() function to calculate the percentage of the video watched by the user and generate a score for the user.
Ex:
Problem: Some tests done on apple systems (macOS, IOS) showed that the getPlayed() function returned an empty array, that is, the percentage_watched returned 0% even when we had watched the entire video.
I can't understand what is causing this error!
can anybody help me?
Beta Was this translation helpful? Give feedback.
All reactions