Link cant be opened inside iframe

Hi,

I have a mobile app that uses iframe to show the html content.

I noticed that the link cant be opened on the IOS but its works well on android. Here's general example html code:

<iframe id="view-html-viewer-iframe" src="about:blank" frameborder="0">
...
<p><a href="https://google.com/" target="_parent">Google</a></p>
...
</iframe>

Anyone encounter the same issue.? is there any solution for this.?

Thanks.

Post not yet marked as solved Up vote post of Farid1987 Down vote post of Farid1987
355 views