readium / readium-js-viewer

👁 ReadiumJS viewer: default web app for Readium.js library
BSD 3-Clause "New" or "Revised" License
550 stars 186 forks source link

fixes https://github.com/readium/readium-js-viewer/issues/675 #676

Closed danielweck closed 6 years ago

danielweck commented 6 years ago

( fullscreen API on iOS is missing )

danielweck commented 6 years ago

The fix consists in using if (screenfull.enabled) { ... } to fence-off fullscreen API code.