Can a HTML/JavaScript Windows Store app run in a resizable window?

随声附和 提交于 2019-12-21 19:29:11

问题


I am about to begin developing an application on Windows 8.1. To leverage my existing skills and experience I would prefer to use HTML rather than XAML for the front end.

Instead of running the application in full screen, I'd like to have it in an old-school WPF/WinForms style window which can be resized, maximized etc.

Is this possible? If so, how?


回答1:


This is not possible in Windows Store Apps. The closest thing you'd get is Snapped Views, which is sufficient in most cases, but will not behave as windows from WPF. You can read more about the guidelines and possibilities in the MSDN UX/UI Page, which describes Snapped View.




回答2:


You can do this with ModernMix app. Really enjoyed with it.



来源:https://stackoverflow.com/questions/19948945/can-a-html-javascript-windows-store-app-run-in-a-resizable-window

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