Anchor tag is not working in ios device

Anchor tag is not working in ios device but its working fine for web browser and android real device
. please can anyone can guide me on that .
My code look like this

    <a
      *ngIf="content.dataArray?.Website"
      href="//{{ content.dataArray?.Website }}"
      target="_blank"
    >

Hello, hate to be a bother, but did you ever find a solution to this? I am experiencing something similar to this.