Mauro Miotello

Results 27 comments of Mauro Miotello

I'm using this code that working fine with beta3: ``` setSound() { if (this.platform.is('android')) { return 'file://assets/sounds/1110.mp3'; } else { return 'file://assets/sounds/1110.caf'; } } scheduleNotification() { this.localNotifications.schedule({ id: 1, title:...

Luca, posso contattarti?

Mi dai una tua mail? Mauro Miotello Inviato da iPhone > Il giorno 12 apr 2016, alle ore 09:31, Luca Buoncristiani [email protected] ha scritto: > > ma certo che si...

I've tried modified version by gorebill and also use of permissions but not working on my device: Asus_Z01QD (Rogue) Android 8.1.0 build: OPM1.171019.026.WW_Phone-15.1630.1812.68-0 Some help ?

> @blondie63 make sure you have Location/GPS turned on and test this. We're going to add a fallback method in the next update but until then 8.1.0+ requires the permissions,...

Finally i've fixed my code ! I've uploaded a demo project here: https://github.com/blondie63/CheckWIFI

> @blondie63 AWESOME thank you for posting your code, this will most certainly help for debug and updating this library for ionic support, as well as a great example for...

Thanks Simon !

Doing some test i wrote this code: ` public getSSID () { if (typeof WifiWizard2 !== 'undefined') { // WifiWizard2.requestPermission(); ONLY for Android console.log('WifiWizard2 loaded'); console.log(WifiWizard2); WifiWizard2.getConnectedSSID() .then((e) => {...