Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE Design Introduction “Air” Styles Mobile Design Principles Styles UX Overview Design Patterns UI Components for Tizen App Design 2.3 TV Design Principles Styles UX Overview Patterns UI Components Wearable Development Tizen Studo Overview Download Tizen Extensions for Visual Studio Family IoT extension SDK Docs Blog Blog Announcing the Tizen Studio 3.7 Release Announcing the Tizen Studio 3.1 Release Community Forums General Support Tizen .NET Web Application Development Native Application Development SDK & IDE
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
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio