Welcome to the in5 Answer Exchange! This a place to get answers about in5 (InDesign to HTML5) and make requests.
0 votes

is it possible to set it so that a multi-page document can stay in full screen mode when moving between pages? As i've mentioned in a few other questions we are using in5 to build eBooks. At the time we are scrapping the swiping capabilities (as it turns out these features don't work when each page is its own html file, which is required for some of our extra features we've implemented) but i've noticed the in5 fullscreen, which seems to be a separate type of fullscreen from the browser fullscreen (f11) leaves the full screen when moving from page to page. 

in addition despite the Slider formats being presented as including arrow key navigation on the site and videos, this doesn't seem to function. i found another post from a few years ago where a user found a line of code that reads:

sliderSettings = {enableKeyboard:false};

and obviously i would like that setting to say :true, but i haven't been able to find where they found that.

in how_to by (450 points)
reshown by
  

2 Answers

+1 vote
 
Best answer
It's not possible to keep fullscreen between pages in a multi-file output. This is a limitation of the browser. If websites could redirect you in fullscreen, they could mimic other sites or even your desktop and create all kinds of security nightmares.

The only way to keep your document in fullscreen is to use a non-multi-file output.
by (197k points)
yes, unfortunately i came to the same conclusion while researching the browser fullscreen and fullscreen api. its not a deal breaker, i'll keep researching ways to improve the user experience with whats available to me. thanks again for you response!
0 votes

We will be happy to help you troubleshoot this. Would you be able to send us your InDesign file (or a sample file that recreates the issue) and your html5_output to:
https://ajarproductions.com/pages/contact.php

by (4.0k points)
just sent over, thank you!
Thank you very much! I have received the files and we will take a look.