Skip to main content

Cloudinary Widget in Android Webview

Comments

4 comments

  • Filip Papranec

    Any news on this ? I'm experiencing exact same problem with my website and Cloudinary Widget.

    "My files" button just doesn't work inside WebView Browser from Apps like Instagram, Messenger etc.

     

     

    0
  • Francis Tagbo

    Hi,

    This issue could be related to the WebView permissions. Can you please check if you gave the right permissions in your Webview configuration to access your files?

    Thanks,
    Francis

    0
  • Filip Papranec

    After few debugging hours I've found out what's the problem and also the solution.

    In my options configuration for widget I was using:

    clientAllowedFormats: ['jpg', 'png', 'gif']

    and this config seems to be problematic for android webview

    I've replaced it with:

    clientAllowedFormats: ['image']

    and it started to work.

    Thanks.

     
     
     

     

     
     
       

     

     

     

    0
  • Eric Cauan Pasos

    Hi Filip,

    Thanks for sharing the solution to this issue and glad to know your application is already working. Should you have some other queries, please feel free to open a support ticket here (https://support.cloudinary.com/hc/en-us/requests/new).

    0

Post is closed for comments.