Methods to install and run web apps in KIOSK:
KIOSK app instaalltion is supported through USB.
For this Home menu option 'App Management ' has to be selected.

Home Menu

App Management
Select the option install from USB Device and the application will start downloading and installing
Installation steps
In order to run a USB Application, you should follow these steps:
- In USB root folder create a new folder called ?kiosk?

USB root
- Inside kiosk folder create one xml file called ?usb_kiosk_config.xml? with the following information

usb_kiosk_config.xml
- After create the xml file we need to create a zip file called "download.zip"
- Kiosk folder should look like the following.

download.zip
- ?download.zip? file must contain the application WGT and ?pkginfo.xml? file.

download folder
- WGT file is created once we compile our Tizen application using Tizen Studio.
- ?pkginfo.xml? file need to be created manually with the following content.

pkginfo.xml
- On "appfile" attribute need to write the name of your WGT file application.
- Connect the USB on kiosk device and touch ?App Management? option.
- Select the option install from USB device and the application will start downloading and installing
Note: In order to update app, have to use install and uninstall alternately
For KIOSK development you should follow below architecture diagram.

KIOSK APP