Web apps#

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

Die Ubuntu-Plattform bietet einen fortgeschrittenen Webseiten-Container zur Ausführung von Onlineanwendungen auf Ubuntu-Endgeräten.

Webanwendungen werden online bereitgestellt. Sie sind so einfach als Webseiten, wie eine Online-Nachrichtenseite oder können auch Inhalte wie Videos bereitstellen. Sie können auch eine üppige Benutzeroberfläche haben oder die WebGL-Erweiterung zum Verbreiten von Spielen über das Internet nutzen.

Bemerkung

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.

Bemerkung

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

Zu tun

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.

Anleitung#

Schnellstart-Anleitung#

Es gibt viele Entwicklerwerkzeuge, die dir helfen, dein Paket zu erstellen und deine WebApp auf dein Gerät auszuliefern:

Bereinige Fehler in deiner WebApp (Debugging)#

Diese Anleitung gibt dir einige Tipps um dir beim Debuggen deiner WebApp zu helfen.