dart - Autostart chrome app on wake up mainly on chromebook to update its data in background -


i new in dart , want create chrome app should work on chromebook.

i need data updated @ particular interval if app in background or chromebook has booted/woke up.

is there setting or need kind of programming?

if want background page active it's more complicated...

first have add in permissions "background" else window background page inactive (declare permissions)

after need keep background page alive , should @ chrome.alarms api , when alarms fired can call server retrieve information


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -