readium / readium-js

EPUB processing engine written in Javascript
BSD 3-Clause "New" or "Revised" License
372 stars 107 forks source link

iframe "loader", cross-browser configurations, higher-level flag to choose strategy (Blob URI, document.write, etc.) #78

Open danielweck opened 10 years ago

danielweck commented 10 years ago

We currently hard-code browser sniffing (Trident, iOS6, etc.):

https://github.com/readium/readium-js/blob/develop/epub-modules/epub-fetch/src/models/iframe_zip_loader.js

danielweck commented 10 years ago

Related: https://github.com/readium/readium-js/issues/72 https://github.com/readium/readium-js/pull/73