# Part 04 miroslav.binas@tuke.sk / [**SMART**](https://kurzy.kpi.fei.tuke.sk/smart)
## Canceled Labs on 15th October 2019 because of DOD
## Coder Fest 15.10.2019 o 17:30–23:00 (Jedlíkova 7) ([registrácia](https://www.coderfest.myt-systems.sk/registration/?fbclid=IwAR2U3zz3_YgeBaGa4JTi7twg76IREib_RHmh3PS4jc4xifBKdMcEGyDaIv0))
## LaTeX Template
## Assignment

Turn On
## `alert()`
## Dialogs Plugin ```bash cordova plugin add \ cordova-plugin-dialogs ```
## Dialog Types * `navigator.notification.alert` * `navigator.notification.confirm` * `navigator.notification.prompt` * `navigator.notification.beep`
## Application Exit
## Application Exit Example ```javascript if (navigator.app) { navigator.app.exitApp(); } else if (navigator.device) { navigator.device.exitApp(); } else { window.close(); } ```
## Questions?