I have a simple question regarding a feature that I would like to add to my web app.
Is it possible to change the app background (basically changing the favicon itself) according to an event happened in the app?
For example, if I want my webapp icon (installed on iphone or android using trigger.io) to have a green background if available or a red if not available, where should I start looking?
My only thought was to change, using javascript, the meta tag that sets the icon once the app is installed, but i don't think it will work because of the way mobile devices handles the "background apps"...
Really I don't know where to start searching for...
any ideas anyone?
thanks in advance