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.

План

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.

Инструкция#

Быстрый старт#

Есть несколько инструментов, которые помогут собрать и установить веб-приложение на мобильном устройстве:

Отладка веб-приложения#

В этой главе описываются некоторые моменты по отладке веб-приложений.