Sample that shows how to use the webview tag to create a native looking app for your Nooku powered projects.
The app's main window contains a <webview>
that is sized to fit (via the width
and height
attributes) and contains an hardcoded URL to our demo installation of Nooku Server at http://demo.nooku.org/administrator.
<webview>
is the preferred way for you to load web content into your app. It runs in a separate process and has its own storage, ensuring the security and reliability of your application.
- Developed and tested on Chrome Canary v27.0.1422.0
Tip: Checkout Chromatic, an easy way to install and update Chromium.
Simply install the app from the Chrome App Store.
For more information, check the excellent Create Your First App tutorial and you'll be up and running in seconds.
This App is built in just over a couple of minutes by hacking the Browser sample provided by our friends at Google Developers.