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
The initial code works well on desktop (Chrome OSX). But not on Safari (iOS).
I've comment out all about Range and now it works on iPhone too.
I did that because I've inspected requests on Chrome (desktop) and it seems it doesn't even use Ranges. Response is just 200 OK instead of 206 using Chrome on OSX.
Anyway, here is my current working code for Safari/Chrome on iOS (not tested on Android) :
The initial code works well on desktop (Chrome OSX). But not on Safari (iOS).
I've comment out all about Range and now it works on iPhone too.
I did that because I've inspected requests on Chrome (desktop) and it seems it doesn't even use Ranges. Response is just 200 OK instead of 206 using Chrome on OSX.
Anyway, here is my current working code for Safari/Chrome on iOS (not tested on Android) :
PS : The code above doesn't work on Safari Desktop (works on Chrome desktop)
The text was updated successfully, but these errors were encountered: