Coder Social home page Coder Social logo

Comments (11)

timtsj avatar timtsj commented on August 17, 2024 2

@ridsync try add this to file path of you file provider

<cache-path
    name="camera"
    path="camera/" />
<external-path
    name="external_files"
    path="." />
<external-path
    name="cache-path"
    path="." />
<cache-path
    name="cache-path"
    path="." />
<external-path
    name="external"
    path="." />
<external-files-path
    name="external_files"
    path="." />
<cache-path
    name="cache"
    path="." />
<external-cache-path
    name="external_cache"
    path="." />
<files-path
    name="files"
    path="." />

from chiliphotopicker.

APetjko avatar APetjko commented on August 17, 2024

Which library do you use for ImageLoader?

from chiliphotopicker.

mgursch avatar mgursch commented on August 17, 2024

Glide with your demo implementation

from chiliphotopicker.

JasonPosterUpd avatar JasonPosterUpd commented on August 17, 2024

the same

from chiliphotopicker.

mgursch avatar mgursch commented on August 17, 2024

@APetjko
How can I help to get a solution for that?

from chiliphotopicker.

APetjko avatar APetjko commented on August 17, 2024

As I can see, you run app on Android Q. Tried to reproduce on emulator with this version, but succeed only partially.

Images was not loaded at all (but it is know issue on Glide repository - bumptech/glide#3896).
You can try suggested in this issue solution, but i'm not sure that it will help you.

Can't reproduce your case.

@mgursch maybe you have some additional configurations for Glide? (extended AppGlideModule, Caching, etc.)

from chiliphotopicker.

mgursch avatar mgursch commented on August 17, 2024

I tried to switch to Picasso for ImageLoaderDelegate and it works. Maybe there is some missconfiguration or Glide issue

from chiliphotopicker.

APetjko avatar APetjko commented on August 17, 2024

Do you experience this issue on pre-Q versions?

from chiliphotopicker.

mgursch avatar mgursch commented on August 17, 2024

Sorry - havent checked it on other phones.

from chiliphotopicker.

ridsync avatar ridsync commented on August 17, 2024

There is a problem with the preview of the photo.
this issue is discovered in sample library app
with Samsung SM-G975-N Android 10 device

image

from chiliphotopicker.

starsep avatar starsep commented on August 17, 2024

Adding android:requestLegacyExternalStorage="true" to application tag in AndroidManifest.xml worked for me.
More info on temporarily opting-out of scoped storage:
https://developer.android.com/training/data-storage/use-cases#opt-out-scoped-storage

from chiliphotopicker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.