SelfDev
SelfDev
i believe he used svelty-picker and the popup getting closed while he trying to choose date it is not svelty-picker problem it is the popup it self this is how...
It seems a delay makes it work! am trying to find workaround about that ``` LocationListener() async { if (locationListener != null) return; Future.delayed( const Duration(seconds: 5), () { print('setting...
ok i got it ! `await location.getLocation();` adding this line before `onLocationChanged `will make it work I assume this line have ability to know if the hardware is ready after...
same problem here too
@sangkavr you root using [webOS Dev Manager](https://github.com/webosbrew/dev-manager-desktop) or you used developer mode if your root it using terminal can you please show me commands you pass
Thank you that will be perfect