@bogdan said in Compiled App Exit Function:
For anyone who is looking for a solution in the future here it is :
If you only need to call the "CloseApplication()" function, then you can do it easier:
HTML Code
<a onclick="CloseApplication()" class="uk-link-text uk-link-reset ExitScript">
<span uk-icon="sign-out"></span>
<span class="uk-text-middle tr">Exit</span>
</a>