Is it possible to navigate to anchors within HTML based articles with a navto command?
For example: within a given article, I can use
<a href="navto://introduction"> Intro Link </a>
to navigate to the Introduction Article within my AEM Mobile project.
However, If I wanted to jump to a certain section within that article, one would think
<a href="navto://introduction#anchor"> Intro - Anchor Link </a>
would successfully jump to the #anchor tag within the Intro Article. But this doesn't seem to be working. Can anyone clarify if/that #anchor links do not work within the navto command?
Thank you,
Tommy D'Aquino
Bates Creative