Polymer / pwa-starter-kit

Starter templates for building full-featured Progressive Web Apps from web components.
https://pwa-starter-kit.polymer-project.org
2.36k stars 431 forks source link

Links Route is slipping #360

Closed Biggisb closed 4 years ago

Biggisb commented 5 years ago

Hey there this is more like a question and no Bugg. We cloned that pwa starter with Typescript and build our first demo app. Now we implemented bootstrap and have a small problem. Every link i click with an empty anchor (... Jumpts to the Index page and does not stay on the same page. Is there a way to prevent that? We didnt find a solution for that.

jsilvermist commented 5 years ago

You mean like this?

<a href="javascript:" @click=${doSomething}>Hi</a>
Biggisb commented 5 years ago

If i use bootstrap tabs for example where the id is used to detect the element to open. https://codepen.io/wizly/pen/BlKxo I have no "Control" over the "how to open" this apply for some other functions aswell.

stale[bot] commented 4 years ago

This project is no longer under development and will be transitioning to a read-only repo. Thank you for your contributions.