Hi,
I am trying to load http://www.bom.gov.au/products/IDR663.loop.shtml in a page the radar loop image does not display. Any help would be appreciated.
I have the following in the config.xml file:
<access origin="http://www.bom.gov.au" subdomains="true"/>
<tizen:allow-navigation>*.bom.gov.au</tizen:allow-navigation>
The following in index.html:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="description" content="Tizen Wearable basic template generated by Samsung Wearable Web IDE"/>
<title>Tizen Wearable Web IDE - Tizen Wearable - Tizen Wearable basic Application</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<script src="js/main.js"></script>
<style>
</style>
</head>
<body>
<div class=contents>
<iframe src="http://www.bom.gov.au/products/IDR663.loop.shtml" border="0" scrolling="no" allowtransparency="true" width="360px" height="360px" style="border: 0; width: 360px; height: 360px;"> </iframe>
</div>
</body>
</html>