Problem with Iframe and iOS - Ionic 5 Capacitor Angular

Hello,
i bought a service from a website which provides me and IFRAME object.

Everything works fine on android, but iOS doesnt allow to load the iframe.

Do you know how can I fix it?

this is the error:

this is the IFRAME i’m trying to load in my iOS app

      <iframe id="streamingIframe" width="100%" height="200" frameborder="0" marginheight="0" marginwidth="0"
        scrolling="no" allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen
       src="https://www.liveincam.com/?w=470">
      </iframe>

i think the problem is that Android see http: as protocol, iOS instead has capacitor:

thank you

1 Like

thank you @ciccilleju