GwtMaterialDesign / gwt-material

A Google Material Design wrapper for GWT
https://gwtmaterialdesign.github.io/gmd-core-demo/
Apache License 2.0
410 stars 124 forks source link

Scrollspy issues when using activity and places #1008

Open leforthomas opened 3 years ago

leforthomas commented 3 years ago

I use the place and activity framework from GWT for my application. This messes up the scrollspy widget I add to my page, ie the links won't work (takes you a new non existing page) and the active link is not updated. I can see why this is happening but I was wondering if there were a simple trick to make scrollspy work again?