4

At my work we all have Android devices which are used to dispatch jobs to us. It uses a web-app accessible through any web browser. When a new job arrives we are notified with an audible alert. However, because of the way Android handles the memory, it often "sleeps" (don't know the proper terminology) the web browser so if we get a new job through, we aren't notified unless we manually re-open the web browser to "wake" it.

Is there any workarounds for this issue?

Cheers

wbogacz
  • 2,659
  • 13
  • 26
  • 33
Jonny Wright
  • 854
  • 2
  • 9
  • 28
  • The device should also have app 2. Isn't it better to just send an email, maybe from the *webapp it self 3. don't let the screen sleep and you will get the notification.
  • – roxan Apr 12 '13 at 03:37
  • @roxan - why the comment 2 hours later after comment below the answer I posted said it all? – t0mm13b Apr 14 '13 at 23:59
  • @t0mm13b Sorry, didn't see your answer from review window. – roxan Apr 15 '13 at 03:27