My version:
1. I have removed
?<!-- This text is displayed if the visitor's browser does not support HTML5.
?You can change it, but it is a good idea to link to a description of a browser
?and provide some links to download some popular HTML5-compatible browsers. -->
?<h1>Your browser does not appear to support HTML5. Try upgrading your browser to the latest version. <a href="http://www.whatbrowser.org">What is a browser?</a>
?<br/><br/><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Microsoft Internet Explorer</a><br/>
?<a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a><br/>
?<a href="http://www.google.com/chrome/">Google Chrome</a><br/>
?<a href="http://www.apple.com/safari/download/">Apple Safari</a><br/>
?<a href="http://www.google.com/chromeframe">Google Chrome Frame for Internet Explorer</a><br/></h1>
from index.html because propably it gave me warning from Tizen Store ( [Defect] The application contains an incomplete URL (http://www.google.com/chrome/)]
2. I have updated index.html with this viewport:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=device-dpi" />
result: Web Simulator shows correctly Landscape
3. I left only 117x117 icon (circle) made in Tizen IDE, just as Tizen Store said to me
([Defect] 1. Launching icon is not a circle. 2. Launching icon size is not 117 x 117 pixels. - The policy of icon size has been changed from 108 x 108 pixels to 117 x 117 pixels. 3. Registered icon in the Tizen seller office is not a circle.)
4. I have added feature to config.xml
tizen.org/feature/screen.size.normal.720.1280
tizen.org/feature/screen.size.normal.480.800
(in other case your WGT will be rejected during WGT upload to Tizen Store)
On the 2nd time my app was accepted
but verily it would be nice if C2 would generate better output files