Ionic Geolocation Error [Android]

Hello guys, So i’m doing an app using geolocation, it was working perfectly last weeks or so, but now even if I activate it on my phone, it’s not waiting to reach the timeout on the navigator.geolocation.getCurrentPosition(onSuccess,onError,{enableHighAccuracy : false, timeout:10000});
So i’ve red a lot of “fixes” for it, like adding a preparation in the device.ready() function, but I don’t want it to be enabled as soon as I launch my app.
I don’t understand why it’s not working anymore, and I don’t get any feedback why it don’t reach the timeout, and I’ve noticed that the “geolocation” icon in my top-bar, is not displayed , but if I launch GoogleMaps it is displayed, and work perfectly .
Thanks in advance.