24 Mar
2008
24 Mar
'08
12:54 a.m.
On Sun, Mar 23, 2008 at 11:37:35PM +0000, Jeremy Henty (me) wrote:
I think the reason is that the meta element forces the page to be reloaded by Nav_push() and this does not call a_Nav_expect_done(). Unfortunately a_Nav_expect_done() is responsible for calling a_UIcmd_set_scroll_by_fragment(), so any page pulled in by Nav_push() does not scroll to the anchor.
Oops, I meant Nav_repush() instead of Nav_push(). Jeremy Henty