Chris Francis

Results 3 comments of Chris Francis

I installed this plugin and its [Ionic Native wrapper](https://ionicframework.com/docs/native/background-mode/) today and got this exact same issue - or so I thought. I wrapped every call to the plugin with `this.platform.ready().then(()...

The way I worked around this on one of our apps was as follows. However, it's only useful in certain situations (see caveats): 1. Create a `ref` on the absolute-positioned...