LamTechFoundationInc / sleodp

2 stars 0 forks source link

Enable Service worker and update manifest file and all app icons to reflect my information #30

Open click2tman opened 6 years ago

click2tman commented 6 years ago

Service-Workers It looks like the service worker is not currently active or not working as desired. The app is very slow. I will like the service-work to cache everything and in the background check for resource and result file updates and push to app for use if their are updates.

Manifest file should read the following; { "name": "Sierra Leone Election Results", "short_name": "sloedp", "start_url": "index.html", "display": "standalone", "icons": [{ "src": "assets/icon/favicon.png", "sizes": "512x512", "type": "image/png" }], "background_color": "#4e8ef7", "theme_color": "#4e8ef7" } package.json updates Update Project file to the following; "name": "sloedp", "version": "0.0.1", "author": "LAM-TECH Consulting", "homepage": "https://lamtech.sl/", "description": " Sierra Leone Open Elections Data Platform Results Mobile App. The app visualizes election results on a map",

Icons inside resources folder are wrong Plase generate new icons for android and IOS using sloedp-splash.psd Currently ionic default icons are being generated. Please remove all ionic icons

click2tman commented 6 years ago

I have updated manifest file, packages file and generated the icons. All you have to do now is enable the server workers