I'm trying to use the Adobe DPS to build a table of contents with HTML. The idea is that there are articles behind the chapter heads, and when you click a chapter head, the elements are displayed. It works great in Safari and Mobile Safari on the iPad.
The problem lies in the Adobe DPS environment. When I click load the new elements (using jQuery to toggle the CSS from display:none; to display:block;), the Adobe Suite doesn't readjust the scrollable area until I rotate the iPad meaning, I can't actually scroll through my elements.
Has anyone had a similar problem like this? Should I not be building this in HTML? It seemed like the most straightforward route.