Languages

Menu
Sites
Language
iframe load https problems

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

 

Responses

2 Replies
Marco Buettner

did you setup on your config.xml the network police?

Armaan-Ul- Islam

Please Check out this thread on Tizen Developers:

https://developer.tizen.org/forums/web-application-development/load-iframe-https

 

The response clearly states why the url is not loading within iframe.