Swipe between pages

Swipe between pages

Hello,

I have a page that shows a listview and each item in this listview when clicked will show its content in a new page. The same is applied to the rest of the listview items their content will be shown in a new page. But the page showing the content of each listview is the same for all.

Meaning there is two data-role="page" divisions in the html document. One to show the listview and the other appends data to its content division.

The way data is appended is by using a webservice that takes from the server what is needed and show it in a page.

What I want to do is that after clicking on one item in the listview I want to be able to swipe between different content of the other listviews data.

This seems a problem because all the swipe examples are done when there are multiple data-role="page" divisions corresponding to each page being swiped.

Is there a solution?
thx