Hello,
I'm having trouble loading and iframe with url in https.
With url http loads without problems. What can I do to resolve this issue.
Below is the code I used.
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script src="./main.js"></script>
</head>
<body>
<div id="guid" style="font-size:40px;"></div>
<iframe id="iframe" name="iframe" src="https://..." sandbox="allow-scripts allow-top-navigation allow-same-origin" style="border: 0; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%" ></iframe>
</body>
</html>
Thanks in advanced for your help