0

I have a problem on sending ajax while the application is on background mode! in fact my application is like a taxi app and I want to send user location and sending it to server, but when the application is on background it does not work. I use the background-mode plugin for that. could anyone please help me what is the solution? thanks

lala fe
  • 1
  • 1

1 Answers1

0

You can use web worker to run process in the background. This is the document link

Swaroop Deval
  • 906
  • 5
  • 22