My requirement is to display the current double pages in following format:-
- 2-3
- 4-5
and I only done with displaying singe page at a time however there is a double page view. like
- 2 at 2-3
- 4 at 4-5
Any idea how do I fetch these current double pages in expected format? I know I can do it by using adding logic, but would be better if I do it with internal logic of turnjs. because It can be happen only single page comes sometimes like cover page or last page. I am sure there must be a way to find by turnjs only. Any help will be appreciated... Thanks in Advance.