Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any suggestions on how to handle front and back pages in doublePagesRender? #55

Open
simon-rob opened this issue Apr 27, 2020 · 3 comments

Comments

@simon-rob
Copy link

@eschao Many thanks for you work.

I was wondering how to handle the cover and back pages in the DoublePageRender so they are treated like Single Pages. DO you have any insights or pointers that you could think of?

Many thanks
Simon

@eschao
Copy link
Owner

eschao commented May 29, 2020

I don't quite understand what do you mean. Why don't you use single page? Do you want to split the screen and every part can work like a single page without impacting each other?

@simon-rob
Copy link
Author

@eschao, sorry for not being clearer.

I want to have use the doublepagerender for landscape reading, however the cover pages mess up the pagination.

So I would like the experience to be SinglePageRender for the cover pages and the DoublePagerender experience for the content pages.

Many thanks for your help,

Simon

@eschao
Copy link
Owner

eschao commented Jun 7, 2020

Sorry, It is a little complex and I never thought such requirement, you can try to use single page render for the cover page, and then use double page render for the left pages, you need to combine these two drawing operations together and switch them by the page number. But I'm not sure if it can work. I didn't try and I think it's a little complicated, not sure if you need to improve PageFlip library to support them.
Sorry, I don't have time to try for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants