Search code examples
javascripthtmlbookmarksepub

ereader : how to implement bookmark by javascript?


I am implementing an epubReader's app, which sets pagination by css3-multi columns.

My question is how to implement bookmarks by using Javascript? Does anyone have similar experiences?


Solution

  • I think I found the answer by myself.
    Each column is between a previous paragraph and a next paragraph.
    Each column and each paragraph has a percent number.

    In accordance with this method, we can compute an approximate answer.