react-smartbanner icon indicating copy to clipboard operation
react-smartbanner copied to clipboard

on android the app icon does not display

Open jeffmiller16 opened this issue 4 years ago • 2 comments

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

jeffmiller16 avatar Mar 16 '20 13:03 jeffmiller16

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

jeffmiller16 avatar Mar 16 '20 13:03 jeffmiller16

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

AleksandrKarashev avatar Jul 17 '23 13:07 AleksandrKarashev