Link does not work

I got a basic problem with Framework7. When I press the button I won’t get redirected to the page I want. How can I resolve the problem? Here is my code. Thank you guys!

> <div class="block-title">Support</div>
>                     <div class="list media-list inset">
>                         <ul>
>                         <li>
>                             <a href="https://www.patreon.com/androiddigger" class="item-link item-content">
>                             <div class="item-media"><img src="assets/img/patreon.png"
>                                 width="44" /></div>
>                             <div class="item-inner">
>                                 <div class="item-title-row">
>                                 <div class="item-title">Patreon</div>
>                                 </div>
>                                 <div class="item-subtitle">Supporte AD auf Patreon</div>
>                             </div>
>                             </a>
>                         </li>
>                    </div>
<a href="https://" class="item-link item-content external">
2 Likes

For external links you need to add the “external” class to the link.

1 Like

Thank you guys it works!:slight_smile: