Dynamic Page Generation and the Back Button

Dynamic Page Generation and the Back Button

Hello,

I wrote a simple App which fetches some content from the web, displays the items in a list and when you touch one list element you see more details. Therefore I followed this guide [1].

Now I want to give the user the posobility to navigate back from the details to the general list and use the data-add-back-btn="true" attribute to accomplish that. It works fine on iOS and in my Firefox Desktop but not on an Andriod device.

I would like to get some input on what is wrong with my implementation.

Some thoughts:
I use jQM 1.2.0
The back-button gets displayed but is not working.
The problem seems to have to do with the call of $.mobile.changePage

Thx.

[1] http://jquerymobile.com/demos/1.2.0/docs/pages/page-dynamic.html