jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

Load next page when clicking #83

Closed dfrojas closed 10 years ago

dfrojas commented 10 years ago

When i do click or tap in some list element i have to reload the page for achieve the item appears in the new page, in JQM this was fixed with "data-ajax='false'" how can i fix this with Fries?

Anyone else has the same issue?

jaunesarmiento commented 10 years ago

Are you trying to achieve a full page reload?

dfrojas commented 10 years ago

Yes, look in the page 1 I have a list and each item has a link, each link go to page 2 and the page 2 has other list, but for load the list in the page 2 I have to reload the page, the weird is that the header appears normally but not the list. When I use JQM happens the same but this can fix it with data-ajax=false in JQM.