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
on iOS saving to home screen doesn't allow saving specific urls to the home page, just the domain.. So I can't actually save the specific route to the home screen.. If there's not a way around this, maybe there's a way to save favorites with cookies?
@alaurenz with a user report:
We can use IndexedDB for this and Dexie: https://dexie.org/
See https://github.com/jmcbroom/multi-gtfs-gatsby/blob/647c2d692b8d1517af549df20153907ef9a056fb/src/db.js for very basic implementation for stops
The text was updated successfully, but these errors were encountered: