Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
That worked very nicely
- _anomDiebolt_8 years agoQrew EliteI will for it in the app store.
- QuickBaseCoachD8 years agoQrew CaptainI know you�re joking, but actually I need to make my users feel that this is an app. So I need to figure out how to get an icon on their iPhone /Android screen and be able to set the icon. So that is my next project I�m thinking about now. :)
- _anomDiebolt_8 years agoQrew EliteThat actually can be done using something called Web App Manifest and there is a generator for it:
https://tomitm.github.io/appmanifest/
It is part the the general PWA (Progressive Web Application) bundle of technologies that includes Service Workers and whose primary goal is to get Web Application to have the parity with native apps. - _anomDiebolt_8 years agoQrew EliteActually there are a bunch of these Web App Manifest generators:
https://www.google.com/search?q=web+manifest+generator
I can't remember which one I used but in general they either scan your website or you enter some information or both and the manifest.json file and <head> markup is auto generated. - QuickBaseCoachD8 years agoQrew CaptainActually I realized that on an iPhone I just need to go to the app on the web and use the button to "Add to Home Screen", and it will create a icon, like an "app". The icon is the old Quick Base "broken box" logo, but it will be updated to the purple Q> logo on the November release.