Javascript notifications in Chrome -


i'm trying make sort of alarm clock web application , noticed having problem audio file wouldn't play , title-bar wouldn't flash if chrome or web application's tab wasn't in focus.

i found answer here saying chrome runs in separate processes or threads, need inter-process programming or something, couldn't find examples how this, find ways pause javascript in background until focus given tab or chrome. obviously, useless, point of application provide notifications while tab or chrome not focused.

the application works fine in other browsers, not chrome. know how can make titlebar flash , play audio file if chrome or web app's tab not in focus?


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

how can i manage url using .htaccess in php? -

ios - I get the error Property '...' not found on object of type '...' -