Skip to content

Instagram embed view not show images properly in android real device #19

@jigaradesarasa

Description

@jigaradesarasa

I'm trying to show Instagram embed view in my flutter app but getting issue on loading images (or video in post),

However, it's working fine with android emulator but facing issue while rendering it in real device.

SocialEmbed(
  socialMediaObj: 
            InstagramEmbedData(
                     embedHtml:
                           instagramEmbeddedString("https://www.instagram.com/p/CCbkvdqsvik"),
         ),
)

Method used above "instagramEmbeddedString" will generate blockquote embedded content to use in "InstagramEmbedData".

Android Emulator View:
Screenshot_1718104125

Real Device View
Screenshot 2024-06-11 at 4 28 52 PM

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions