Web apps#

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

La plataforma Ubuntu proveeix un contenidor de motor web avançat per executar aplicacions en línia als dispositius client Ubuntu.

Les aplicacions web estan allotjades en línia. Poden ser tan simples com una pàgina web, com ara un lloc de notícies en línia, o poden distribuir contingut com ara vídeos. També poden tenir una interfície rica d’usuari o usar l’extensió WebGL per distribuir jocs en línia.

Nota

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.

Nota

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

Tasca pendent

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.

Guia#

Inici ràpid#

Hi ha diverses eines per ajudar-vos a empaquetar i distribuir la vostra aplicació web al vostre dispositiu:

Depuració de la vostra aplicació web#

Aquesta guia us donarà algunes pistes per ajudar-vos a depurar la vostra aplicació web.