Question
Disable two-page view
Is there a way to disable/hide the two-page view option from the Embed API?
I would like to enforce this so that I can accurately log the pages viewed.
Currently, in FULL_WINDOW mode, while scrolling, the events have the following information:
- PAGES_IN_VIEW_CHANGE will have the startPage as the left top page (page 1) and the endPage as the left most bottom page (page 3). Page 4, if existing, is also visible, but not accounted for.
- PAGE_VIEW will trigger 3 times, for the top left, top right and the bottom left, but not the bottom right. Again, page 4, if existing, is also visible.
I want to disable this view, and log the last page visible where the fractionVisible is greater than .15.
