patw0929 / react-smartbanner

Rewrite Smart App Banner in React.js.
https://patw0929.github.io/react-smartbanner/
MIT License
74 stars 56 forks source link

on android the app icon does not display #52

Open jeffmiller16 opened 4 years ago

jeffmiller16 commented 4 years ago

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

jeffmiller16 commented 4 years ago

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 commented 1 year ago

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