In an Ionic/Angular app I can capture the device pause and resume events via the events available on the platform service e.g this.platform.pause() and this.platform.resume()
In Vue (according to the Ionic docs) we only seem to have isPlatform and getPlatform methods and no events - how would I capture the pause and resume events?
4 posts - 2 participants