Can anyone offer guidance on this issue? When I upload to HTML articles to a folio, the swipe to change the page and navigation menu features are disabled, leaving me stuck on the HTML article page. Am I missing something? Is the answer right under my nose?
You need to edit your HTML so it doesn't try and capture all the touch events for the page. I'm guessing you have, for example, an event handler attached to the <body> element that is grabbing all the touch events.
Neil