New issue 20 by bigmas...@gmail.com: Will cause the homepage to swipe to
page 2 when used with jquery
http://code.google.com/p/mobile-bookmark-bubble/issues/detail?id=20
What steps will reproduce the problem?
1. Testing with JQuery Mobile jquery.mobile-1.0rc2.min.js
2. upon loading, page moves to left and an empty page is displayed with the
bubble
3.
What is the expected output? What do you see instead?
bubble should be displayed on the homepage and not cause firstpage to move
to left
What version of the product are you using? On what operating system?
Tested with all iphones and ipad versions
Please provide any additional information below.
after some investigation, this is caused by addition of bmb=1 to the URL in
window.location.hash += parameter;.
This adds #/bmb=1 to the URL which causes a page swipe.