indexeddbshim / IndexedDBShim

A polyfill for IndexedDB using WebSql
Other
968 stars 191 forks source link

fix iOS Safari detection #269

Closed xlc closed 8 years ago

xlc commented 8 years ago

/iPad|iPhone|iPod.* os 9_/i.test('iPad') is true, so it always use fallback on iPad and iPhone no matter what version it is

brettz9 commented 8 years ago

Thanks, @xlc . Applied in 2df04cc3e8b2f9b3d26fcbb649080667cd4d85df .

Btw, if you are working with iOS9, can you confirm how whether our tests are passing?