You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
I have 3 files in my phonegap 1.4.0 application that uses jquery mobile 1.1.0 rc2. Here is a quick description on the code before the code snippets are shown.
They are index.html, foo.html and todo_list.html
index.html has a button that links to foo.html
foo.html has a button that links to bar.html
bar.html has a button that links to foo.html html via data-rel="back"
foo.html and bar.html are identical except that the header bar in bar.html has a header that is made up of divs
If there is difficulty reproducing this. I can try to reproduce files. The classes on the divs should not matter as I removed the custom css reference when testing.