I have an application that consists of a View in which I push a dynamic List list based on the user's actions.
In some cases I also push a Container to the view after a particular List item was tapped in which I insert an image into the Container's inner HTML. In some cases the image is pretty large, and the Container isn't scrollable by default.