How to do several pages deep navigation?

How to do several pages deep navigation?

Hmm, I'm not sure if I am doing something wrong here.

This is the structure right now on the app that I am building:

index.html => list.html => list2.html => detailed pages all defined on list2.html

- So basically you click on index-page to choose a type of list (ex. year-list)
- list.html consist of a list with date-ranges (1901-1920 etc.) 
- list2.html consists of a list if names for those years (around 200). It also has a a <div data-role="page"  id="che850"> - page for each of those 200 people

if I access list.html directly and move forward then I can access each persons page either through a dialog or as a regular page. If I however start at the index it doesn't work. I figured out that it has to do with the hash-tag-thingy JQMobile does. Does this mean that there is a limit on how deep you can link with history/transitions etc.?

/Björn
    • Topic Participants

    • admin