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
Post a Comment