Web apps#

Ubuntu Webapps can be a nice way to deliver online web applications into Ubuntu.

Ubuntu 平台提供了一个高级 Web 引擎容器,用于在 Ubuntu 客户端设备上运行在线应用程序。

Web applications are hosted online. They can be as simple as a website, like an online news site, or they can distribute content like videos. They can also have a rich user interface or use the WebGL extension to deliver games online.

备注

Ubuntu webapps and Ubuntu HTML5 apps are similar but not identical. The main difference is that the content of a webapp is provided through a URL, whereas HTML5 apps install their content (and usually provide an Ubuntu HTML5 GUI). Webapps also have restricted access to platform APIs.

备注

A different approach to webapps published in the open store is to simply create shortcuts directly yourself with webber app.

待处理

There is also another way to create somewhat more featureful webapps, sometimes referred to as webapp+ or alternative container. This needst to be properly documented. It’s a simple qml app that can be easily configured. Creation is almost as simple as ‘classic’ webapp, but result is more powerfull with the a nice navigation feature. A rather advanced example of this is the YouTube app from Mateo Salta which has quite some modifications on top of the template.

指南#

快速开始#

There are several tools to help you package and deploy your webapp to your device:

调试你的 Web 应用#

This guide give you some tips to help you debug your webapp.