Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only support https? #2161

Closed
Itsusinn opened this issue Mar 8, 2024 · 2 comments
Closed

Only support https? #2161

Itsusinn opened this issue Mar 8, 2024 · 2 comments

Comments

@Itsusinn
Copy link

Itsusinn commented Mar 8, 2024

try

        Column {
            AsyncImage(
                "https://i0.hdslb.com/bfs/aistory/2024-03-07-1544567288906062353699700740_16_12.jpg",
                ""
            )
            AsyncImage(
                "http://i0.hdslb.com/bfs/aistory/2024-03-07-1544567288906062353699700740_16_12.jpg",
                ""
            )
        }

On android, the second doesn't work

@colinrtwhite
Copy link
Member

You need to enable cleartext traffic manually on Android: https://developer.android.com/privacy-and-security/security-config

@colinrtwhite colinrtwhite closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2024
@Itsusinn
Copy link
Author

Itsusinn commented Mar 8, 2024

@colinrtwhite Thank you for your patience, blame me I am not very familiar with android

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants