Appsilon / shiny.router

A minimalistic router for your Shiny apps.
http://appsilon.github.io/shiny.router
Other
255 stars 31 forks source link

Internal linking? #84

Open jessvalarezo opened 3 years ago

jessvalarezo commented 3 years ago

Hello!

Lovely package! I am wondering if anyone else had encountered issues with internal links: https://way2tutorial.com/html/html_internal_links.php.

For example, while I am on page One, found at route /#!/page_one I would like to click on a link which takes me to a different section of the same page.

<a href="/#!/page_one#anchorid">Go to section B</a>

<a id="anchorid">Section B</a>

This isn't working for me, however. Any thoughts on how to approach linking to different sections on the same page?

Thank you so much! Jessica