Where are the min/max buttons on new Chrome Packaged Apps?

人走茶凉 提交于 2019-12-05 14:54:55

Currently there are two types of windows you can create: [frame: "chrome"] (default) and [frame: "none"]. You are probably using the frame:"none", right? In that window type, you have to draw all decorations you need, including the window controls. If you use the default frame type ("chrome"), you get a window with a native titlebar, but no customization option.

Having said that, rest assured that we are investigating other options to help you bootstrap your app. One of the options being evaluated is a HTML component that mimics the platform title bar but can be customized by you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!