Web apps

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

Ubuntu 平台提供了一個進階的網路引擎容器,用於在 Ubuntu 客戶端裝置上執行線上應用程式。

網路應用程式為線上託管。 它們可以像網站一樣簡單,如在線新聞網站,也可以分發視頻等內容。 他們還可以擁有豐富的用戶界面或使用 WebGL 擴展來提供線上遊戲。

備註

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.

Todo

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.

指南

快速開始

有幾種工具可以幫助您將網路應用程式封包並部署到您的裝置上:

偵錯您的網路應用程式

本指南為您提供了一些幫助您偵錯網路應用程式的技巧。