HubSpot / offline

Automatically display online/offline indication to your users
http://github.hubspot.com/offline/docs/welcome
MIT License
8.67k stars 849 forks source link

Offline.js not working on safari #283

Open TarunG96 opened 5 years ago

TarunG96 commented 5 years ago

I am using Jquery file upload plugin to upload files to s3 in my rails application. While during a file upload if internet connection is lost and then restored , the uploading part is resumed on google chrome automatically but it fails on safari. I am using offline.js to detect internet connection status , but it fails to resume failed Ajax requests made while connection was down. Please help me with this

Raino commented 3 years ago

@TarunG96 Did you manage to solve this problem?