Web apps#

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

La piattaforma di Ubuntu fornisce un avanzato web engine container per eseguire applicazioni on-line sui dispositivi Ubuntu.

Le applicazioni web sono ospitate online. Queste possono essere semplici come un sito web, un sito di notizie, o possono mostrare contenuti come video. Inoltre possono avere un’interfaccia utente elaborata o usare l’estensione WebGL per eseguire eseguire giochi on-line.

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.

Da fare

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.

Guida#

Avvio rapido#

Ci sono molti strumenti per aiutarti a creare e installare le tue webapp sul tuo dispositivo:

Eseguo debug della tua webapp#

Questa guida ti da alcuni suggerimenti per aiutarti nel debug della tua webapp.