Troubleshooting and FAQ - trishanguyen2/FieldTrip GitHub Wiki
Photosphere or map not loading?
Make sure you are using URL.createObjectURL(file)
for runtime assets.
Hotspot not saving?
Ensure tooltip and content type are provided.
Audio not playing?
Confirm file format is .mp3
, .wav
, or .ogg
.
Resetting visited state?
localStorage.removeItem("visitedState");