webpub-viewer icon indicating copy to clipboard operation
webpub-viewer copied to clipboard

Proof of concept for a Web Publication Viewer

Results 3 webpub-viewer issues
Sort by recently updated
recently updated
newest added

I've been testing multiple pagination techniques and will attempt to add a paged mode to the viewer.

enhancement

The current code base has the following behaviour: - if the iframe displays content from the same origine, we extract the location using `iframe.contentDocument.location.href` - if we can't get the...

help wanted

In order to test support in sandboxed iframes, a `sandbox.html` is available. For security reasons, using a sandboxed iframe would be preferable but this currently kills the offline & pre-caching...

help wanted