Pablo

Results 4 issues of Pablo

I used the method geolocation.enableLocationRequest(true, true).then(() => { const location = geolocation.getCurrentLocation({ desiredAccuracy: CoreTypes.Accuracy.high, maximumAge: 3000, timeout: 300000 }).then((loc) => { if (loc) { console.log(loc); } }, (e) => {...

This plugin is really awesome, but it only has a little problem when you try to make the stories dynamics with Provider plugin, because when you want to watch the...

bug

I start the countdown with 10 seconds, then lock the screen or go to background. When the `onComplete` function of the countdown is triggered I have a function that use...

I'm using the getDownloadURL in this form: ``` firebase().storage().ref(“users/“ + id + "/profilel.png").getDownloadURL().then((url) => { console.log("Remote URL: " + url); }, (error) => { console.log("Error: " + error); }); ```...