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
Asked
Active
Viewed 120 times
1 Answers
0
You can use web worker to run process in the background. This is the document link

Swaroop Deval
- 906
- 5
- 22