I am trying to use some URL in Iframe, But when i try to embed that Iframe in Ionic4 app, i got this error.
Refused to display 'https://twitter.com/afdonews' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
My code for Iframe is
<iframe width="100%" height="100%" src="https://twitter.com/afdonews" scrolling="no" style="border: 0;" (load)="hideLoading()">
</iframe>
can you help me in this please?