Using Framework7 in Blazor PWA

I’m currently trying to make Framework7 work within a Microsoft Blazor WASM PWA. The general integration seems to work but now I’m facing some trouble. As far as I can imagine it has to do with the routing used in Blazor and this maybe interferes with the routing in the Framework7 framework.

The first thing I can’t get to work is page navigation from one page to another with some animation.

Did someone tried to use this combination of frameworks ?