Web apps¶
Ubuntu Webapps can be a nice way to deliver online web applications into Ubuntu.
A plataforma Ubuntu ofrece un recipiente avanzado de motores web para executar aplicativos en liña nos dispositivos cliente de Ubuntu.
Os aplicativos web son aloxados en liña. Poden ser tan simple como un sitio web, por exemplo un sitio de noticias en liña, ou poden distribuír contido como vídeos. Poden ter tamén unha rica interface de usuario ou usar a extensión «WebGL» para proporcionar xogos en liña.
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.
Tarefa pendente
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 ferramentas para axudarlle a empaquetar e implementar o seu aplicativo web no seu dispositivo:
Webapp creator application available from the openstore
Clickable CLI
Depuración do seu aplicativo web¶
Esta guía dálle algúns consellos para axudarlle a depurar o seu aplicativo web.