Alex Krol

Results 14 comments of Alex Krol

try to add `asBitmap()` chain, like below ```Glide.with(context) .load(src) .asBitmap() .into(imageView) ```

Hi @umarhussain15 Coul you provide a stack trace of this issue please? Also it would be great if you specify more info about device (model, android version etc.). Thanks

Hey @tzigdon I believe you should use the [custom holder type](https://github.com/stfalcon-studio/ChatKit/blob/master/docs/COMPONENT_MESSAGES_LIST.md#not-enough-features-create-your-own-holder) for this to resolve the problem

Tried adding `_location.changeSettings(accuracy: LocationAccuracy.low);` as well as `_location.changeSettings(accuracy: LocationAccuracy.reduced);`, but it didn't help :(

Since I needed this functionality ASAP, and there's no feedback so far, I had to switch to the [geolocator library](https://pub.dev/packages/geolocator). Maybe this will help you 🙂

Hey @mehul4795 Did you try to follow [this part of the doc](https://github.com/stfalcon-studio/StfalconImageViewer#update-images-list-on-the-fly)? Please let me know if it's resolved your problem

Hey @yarovoiag Is there any chance of this enhancement to be implemented?

Hey @StephenCMZ What do you mean by cookies?

Hey @koostamas It works without any problems on Android 9, you can double check this by downloading the demo app from GPlay 🙂 I suppose that you're encountering an issue...