I'm having an issue with a game I have built using Construct 2 when placed into an Adobe DPS folio file. The game itself functions perfectly, the issue is the app's built in navigation is activated every time a user interacts with the piece (touch). I was told by an Adobe rep that this could avoided... According to one of our developers, when you display HTML content in DPS, the viewer looks for elements with handlers such as onclick and ontouchstart or an event listener such as addEventListener. If any of these elements are present, tapping the item should not display the nav bars. If you dynamitcally set the element.ontouchstart function after the content has loaded, the nav bars will appear when the item is tapped. To suppress the nav bars, one approach is to change the function that applies the handler functions to use addEventListener. Seeing as I am not a coder, I could really use some help. I can supply the raw files if that would help. Thanks!