kmuncie / omnibus-reader

Simple JS reader app
4 stars 4 forks source link

IndexedDB not support on Safari and most Android browsers #2

Closed kmuncie closed 10 years ago

kmuncie commented 10 years ago

IndexedDB is not supported on any Apple devices caniuse.com chart

The current implementation does not fallback gracefully, it simply blocks the application from running at all on these devices.

index

Use Mozilla localForage to provide cross-browser support for offline storage

kmuncie commented 10 years ago

This was addressed with c720c4b05d8d8082e954cf08d9c68596a5e964a4