0

如何从 TideSdk 应用程序的窗口中删除类似窗口的边框?
我在 API 中找不到解决方案...
截图。
抱歉英语不好。提前致谢!

4

1 回答 1

5

这是您在 tiapp.xml 文件中配置的内容。在 window 元素中,插入一个值为 false 的 chrome 元素。例如:

<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>

希望有帮助。

于 2013-01-16T23:50:23.313 回答