Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 633 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 633 Bytes

ubuntu-html5-webview-template

Template for making a click package out of any html5 app, using a QML WebView wrapper for more flexibility

Put your HTML5 app in www/

Modify the app.desktop, app.qml and manifest.json to set your app name, version, etc. If you need local storage, pay attenttion to the "path" property in app.qml!

Options for building:

  • Open "app.qmlproject" using the Ubuntu SDK or

  • Build on the command line with "click build ."

Options

Look at the commented out options in app.qml, they can be used to rotate the content and scale it. This is e.g. necessary if you want to force Landscape orientation.