Hey, I'm working on porting my company's Chrome/FF extension to Safari using the xcode converter tool.
The way our popover currently works is we're using a very minimal amount of JS to show a loading state while we inject an iframe that includes the actual content.
This works just fine on other browsers but for some reason on Safari the iframe's content is empty (the body and head are empty) and I don't see a request going out for the iframe's src url in the network tab. I should note that the iframe src url is correct and points to a valid HTTPS url so there should be any mixed content or security related issues.
Are iframes not allowed in the popover in Safari for some reason?
Thanks!
The way our popover currently works is we're using a very minimal amount of JS to show a loading state while we inject an iframe that includes the actual content.
This works just fine on other browsers but for some reason on Safari the iframe's content is empty (the body and head are empty) and I don't see a request going out for the iframe's src url in the network tab. I should note that the iframe src url is correct and points to a valid HTTPS url so there should be any mixed content or security related issues.
Are iframes not allowed in the popover in Safari for some reason?
Thanks!