DanielDe / org-web

org-mode on the web, built with React, optimized for mobile, synced with Dropbox and Google Drive
https://org-web.org
The Unlicense
1.39k stars 83 forks source link

Icons in actions drawer don't show in offline mode after refreshing. #24

Open ShadowMitia opened 6 years ago

ShadowMitia commented 6 years ago

I tried this only on the sample page.

The sample page works fine in normal and offline, but if I refresh the page while in offline mode, all the icons disappear from the circles.

It's a tad awkward to edit stuff afterwards ;)

In the Firefox console in offline mode I get this error:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://use.fontawesome.com/releases/v5.1.1/css/all.css. (Reason: CORS request did not succeed).

I tried this on Firefox 61 and on Firefox for Android.

DanielDe commented 6 years ago

Thanks so much for the report!

I haven't actually yet put any effort into making org-web usable offline. I'm an iOS user, and iOS has never had support for service workers. However, with iOS 12, Mobile Safari is finally getting service worker support, so as soon as that's out in the Fall I'll start working on making it fully usable offline.

The offline support that is there already is just what I get for free with Create React App