Search code examples
typescriptionic3hybrid-mobile-app

Ionic background task at a specific time?


Is there anyway I can start a background task in Ionic 3 mobile app at a specific time?

Thanks in advance.


Solution

  • I think you can use this plugin to achieve this..

    https://ionicframework.com/docs/native/background-mode/

    I hope it will work.