Official duels
Those of us that enter multiple characters into inquest sometimes miss the fight for their character. I was wondering if it would be possible to get persons attention to the correct tab. I had a few ideas for this:
on fight start, if the window isnt in focus, create a javascript alert that will set off the orange window alert. (not recommended as alert would require an extra action to ok it)
javascript "window.GetAttention();" not widely supported by browsers yet, but may help with the orange flashing
flash the users Title, so that it switches from their username and a warning about the fight repeatedly (like facebook did with messages on desktop). This would be the quickest and least invasive option.
Web push notifications. This is my favourite one as it can serve more than one purpose. can send a notification to the user providing that they accept notification permissions. You can warn them of fight times, but you can also send out mass notifications about the time of inquest like you do with the notifier app that you have. You could even send notifications about announcement updates and hopefully get some players to log and check them out. Might help with some player retention in the future.
|