multithreading - In a Tizen web app, can i use javascript web worker to run background code on a closed application? -


i need create web application in tizen needs user location either application open or it's closed. found can run javascript web worker run code in diferent thread, don't know if web worker can run code application closed. if can't, there way it?

you can try background-support attribute, app still need running.

background-support

used define whether execution of web application continues when application sent background.

this attribute optional. default value disable.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -