This repository was archived by the owner on Apr 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Chrome App
jlchereau edited this page May 15, 2014
·
18 revisions
##Introduction
The best introduction to Chrome Apps is provided by Google.
Most Kendo UI controls rely on templates which use the eval function which chrome apps forbid unless sandboxing. This is further explained by Telerik.
##Building the Chrome App
Building the Chrome app with sandboxing requires the addition of 3 files:
- manifest.json, the manifest with name, description, icons and permissions;
- background.js, the laucher;
- chrome.html, the container for the sandboxed application.
##Loading and testing the Chrome App
In Chrome, call menu tools -> extensions or type chrome://extensions in the address bar.
##Other limitations
Some features have been disabled in Chrome apps. The ones which affect Phonegap.Express are:
- localStorage is easily taken care of in api.js (DONE);
- window.alert can easily be circumvented (TODO);
- window.location is more difficult to work around (TODO).
Copyright © 2013-2014 Memba Sarl. All rights reserved.