Web apps#

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

La plataforma Ubuntu proporciona un contenedor avanzado de motor web para ejecutar aplicaciones en línea en los dispositivos cliente de Ubuntu.

Las aplicaciones web son alojadas en línea. Pueden ser tan simples como un sitio web, por ejemplo un sitio de noticias en línea, o pueden distribuir contenido como vídeos. Pueden tener también una rica interfaz de usuario o usar la extensión «WebGL» para proporcionar juegos en línea.

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.

Por hacer

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.

Guía#

Inicio rápido#

Existen varias herramientas para ayudarle a empaquetar e implementar su aplicación web en su dispositivo:

Depurando su aplicación web#

Esta guía le da algunos consejos para ayudarle a depurar su aplicación web.