I have two pages in my app, pageA and pageB.
In pageB I have placed HTML content that includes a bunch of HTML anchor points, ANCHORA, ANCHORB, ANCHORC etc.
I know that in pageA you can create a 'navigate to page event' that will take you to pageB.
However I need this event to open pageB and navigate to a specific anchor point (eg ANCHORC).
How can I do this? Any code examples would be appreciated.