Skip to content

IAB fullscreen does not work #86

@ctgraham

Description

@ctgraham

The Internet Archive Bookreader full-screen reading option does not function with this the rendering of Manuscripts.

The Islandora Internet Archive Bookreader module presumes that the fullscreen button will act on a div with the id of "book-viewer":
https://github.com/Islandora/islandora_internet_archive_bookreader/blob/691ba69a22a93e199f56288295efe7ca0e22ee46/js/islandora_book_reader.js#L836-L843

But the theming of the manuscript solution pack's manuscript view names this div as "manuscript-viewer":

'viewer_wrapper_attributes' => array(
'id' => 'manuscript-viewer',
),

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions