Scroll to element with button

Hello,

I would like to create buttons which should scroll to specific parts on my page.
What I have are some simple buttons:

<Block>
    <Row>
        <Col><Button small fill round href="#threedays">3-Tage</Button></Col>
        <Col><Button small fill round href="#nextweek">Nächste Woche</Button></Col>
    </Row>
</Block>

The anchors are also present on my page.

Unfortunately I can not navigate there by clicking on those buttons, since the browser hash is set by f7.

Is it possible to create a simple navigation like this?

Hello,

I have this problem, how did you solve it?