Until this release, if I used links to pages like this:
- <a href="#pgAboutFriend?friendName=Akash" rel="external></a>
i.e. with
the BACK button was added. But after upgrading to JQM 1.1.0 they are NOT added.
Markup of 'pgAboutFriend' is:
- <section id="pgAboutFriend" data-role="page" data-add-back-btn="true" class="restrict">
Explanation for using rel="external" (Can be skipped)
I need to have parameters in the URL(eg. "#pgAboutFriend?friendName=Akash").
And pageshow events for pgAboutFriend parses the friendName from:
- window.location.hash
If rel="external" is NOT used the location hash is not updated all the time!