Giorgio Modoni
Giorgio Modoni
Including the module without Electron cause error. Can be useful including it in a "progressive web app" where some build haven't electron code. Example web, android, ios, desktop with electron....
create electronRequire empty object to start module without electron
request for memory cache. if key is present in memory, serve it from, memory else call storage (cookie/db). when set a key save to memory and local storage. this is...
i receive this error when settings nested view: ``` javascript .state('dashboard', { url : '/dashboard', templateUrl : 'app/project/tmpl/dashboard.tmpl.html', abstract: true, ncyBreadcrumb: { label: 'Dashboard' } }) .state('dashboard.home', { url :...
forcing to show on desktop environment show error: **configuration** ```js const addToHome = addToHomescreen({ maxDisplayCount: 3, autostart: false, displayPace: 0 }); addToHome.show() ``` **error** ``` TypeError: Cannot read property 'lastDisplayTime'...
fix error on desktop environment when force show
On nodejs >= 6.4 zipfile lib break install. For a working version i removed zipfile as dependance!!