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

on android the app icon does not display #52

Open
jeffmiller16 opened this issue Mar 16, 2020 · 2 comments
Open

on android the app icon does not display #52

jeffmiller16 opened this issue Mar 16, 2020 · 2 comments

Comments

@jeffmiller16
Copy link

it still takes space in the layout but the image is not displayed, we see the background.
new_issue_banner

@jeffmiller16
Copy link
Author

it seems to be a URL issue if i change the URL in the developperTools(f12) i can get it to show a random image from the internet.
replace_icon

@AleksandrKarashev
Copy link

if you use next.js, add like this:

        <link
          rel="android-touch-icon"
          sizes="180x180"
          href="/static/google-play-logo.png"
        /> 

where the path of google-play-logo.png is public/static/google-play-logo.png

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