Skip to content

iOS demo crash on swipeLeft from last page #7

@nmsasaki

Description

@nmsasaki

Hi,

I noticed a crash when you try to swipe past the last page in the iOS demo app. (I was not able to test the OS X version so I'm not sure if exists there also.)

I am new to the ePub format but it seems like the spine count seems is off by 1 because it includes the the root element from the content.opf file.

  • In the tolstoy example:
    • self.contentModel.spine[0] shows "ncx" in the debugger which matches
    • self.contentModel.spine[1] shows "titlepage" in the debugger

Here is what the contents of the content.opf file contains:

Perhaps this is by design? Everything else seems to be working great. The demo is super helpful also.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions