简体   繁体   English

将Web应用程序转换为Mac上的全屏桌面应用程序?

[英]Converting a web application into a full screen desktop application on a mac?

我将使用什么工具允许Web应用程序在Mac桌面上显示图标,并以完整的全屏视图打开Web应用程序,并允许所有基于Web的jquery触摸和手势。

I think you want to create apps for desktop platform (okay mac) in HTML5. 我认为您想在HTML5中为桌面平台(好的Mac)创建应用。 There exist some apps like Koala & Brackets which are made like this. 有一些像KoalaBrackets这样的应用程序。

try these — 试试这些-

http://clintberry.com/2013/html5-desktop-apps-with-brackets-shell/ http://clintberry.com/2013/html5-desktop-apps-with-brackets-shell/

https://nwjs.io/ https://nwjs.io/

https://code.google.com/archive/p/chromiumembedded/ https://code.google.com/archive/p/chromiumembedded/

You can try AppJS, it's very easy to port existing HTML,CSS,JS based code to desktop application. 您可以尝试AppJS,将现有基于HTML,CSS,JS的代码移植到桌面应用程序非常容易。 You can build applications which can run on Windows, Linux and Mac operating systems. 您可以构建可以在Windows,Linux和Mac操作系统上运行的应用程序。

http://appjs.com/ http://appjs.com/

Another framwork is meteor.js https://www.meteor.com 另一个框架是meteor.js https://www.meteor.com

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM