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.