Web apps#

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

La plate-forme Ubuntu fournit un conteneur de moteur web avancé pour exécuter des applications en ligne sur les appareils clients Ubuntu.

Les applications web sont hébergées en ligne. Elles peuvent être aussi simples qu’un site Web, comme un site de nouvelles en ligne, ou elles peuvent distribuer du contenu comme des vidéos. Elles peuvent également disposer d’une interface utilisateur riche ou utiliser l’extension WebGL pour proposer des jeux en ligne.

Note

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.

Note

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

À faire

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.

Guide#

Démarrage rapide#

Il existe plusieurs outils pour vous aider à empaqueter et déployer votre application web sur votre appareil :

Déboguer votre application Web#

Ce guide vous donne quelques conseils pour vous aider à déboguer votre application Web.