Navigation Problem Internal pages X#Y instead of #Y
Hi,
I'm using jQMA3, phonegap0.9.2 and jquery1.4.4. I have just one html document (index.html) with several internal pages. Sometimes in testing the application, when clicking through the internal pages I get an navigation error. JQM tries to navigate to www/page-X#page-Y instead of www/index.html#page-Y
I use only internal pages links like (e.g. <a href="#page-Y" ...
Both as buttons and in footer navbars.
The error seems to be non deterministic. It happened on Android 2.1 and 2.2 in the emulator sometimes, but way more often on a htc legend (android 2.1). I also got the impression that it happens more often, if I click faster (maybe is it still loading something when I click the link).
I think this error is similar but still different from these two posts:
http://forum.jquery.com/topic/linking-from-internal-anchor-links
http://forum.jquery.com/topic/persistent-mobile-navbar-misbehaving