External links suddenly stopped working

I can’t figure out why but for some reason all my external links stopped working. The should open up the system browser on ios but they do nothing.
I get no console errors, just nothing happens

example:

        <div class="list medium-inset links-list">
            <ul>
                <li>
                    <a href="https://gohafla.com/privacy" class="link external" target="_system">{{localize 'settingsPrivacyPolicy'}}</a>
                </li>
            </ul>
        </div>

Had to install inappbrowser plugin and set target to _system that worked.
Still wierd