2013-01-16 19 views

回答

5

这是你在你的tiapp.xml文件中配置的东西。 在窗口元素中,插入值为false的镶边元素。例如:

<window> 
    <id>initial</id> 
    <title>My Great App</title> 
    <url>app://index.html</url> 
    <width>700</width> 
    <height>500</height> 
    <fullscreen>false</fullscreen> 
    <chrome>false</chrome> 
</window> 

希望有帮助。

+0

是的!这有帮助! 只需在您的tiapp.xml字符串中添加: ' true' 谢谢!请将它添加到您的答案中。 –

+0

Thx!我一直在寻找它很长一段时间!我在想你在哪里找到它。我在tideSDK的文档中找不到这个。 – Jerry