JGL / WalkingTourClient

The client for the WalkingTour editor, currently deployed to Glitch.com. For the editor, see https://github.com/JGL/WalkingTourEditor
https://jgl-walkingtourclient.glitch.me/
GNU General Public License v3.0
4 stars 0 forks source link

(pre)Loading media data #23

Open jkosem opened 3 years ago

jkosem commented 3 years ago

Just wondering what in this case would be the best way of handling media downloads and keeping them. So this sort of use case:

  1. User opens site start page
  2. They begin walking somewhere else and lose signal
  3. User can still see media
JGL commented 3 years ago

I think we want to pre-cache for sure - that's the way my JS works at the moment for some small JPGs. Not sure if that Is going to scale for larger files such as sounds and videos.