Has PWA Support Diminished With Android 13 and Up?

0
36
Asked By TechnoGuru88 On

I've noticed that after upgrading to Android 13 (and now 14 and 15), the way Progressive Web Apps (PWAs) install has changed. In Android 12 and earlier, when a user clicked 'install,' it would directly install the app without the user knowing if it was a native app or PWA. However, in the newer versions, when you click 'install,' a second prompt appears asking to 'add to Home screen,' which is manageable but ends up putting a little Chrome icon in the bottom right. I've tested this across various smartphone brands and encountered the same issue. Is there any way to fix this?

5 Answers

Answered By SamsungShadow44 On

I've got a Samsung running Android 12, and I notice a Chrome icon in the notification bar whenever I open my PWA. It feels like there's a noticeable difference between native apps and PWAs even on Android 12, so it could be a Samsung-specific issue.

DeveloperDude22 -

Have you tested on later versions? For me, it didn't work on any Android version beyond 12.

Answered By WebDevCritic On

They seem to be following Apple's lead by limiting PWAs and pushing users toward paying for native apps.

Answered By AndroidFanatic99 On

Really?! That sounds odd.

Answered By SmartphoneSavvy21 On

I think this might be specific to Samsung phones because I'm on Android 15, and my PWA doesn't show a Chrome icon at all. It's possible you might be adding a bookmark instead of the proper PWA. I tested it with https://devdocs.io, and it installed fine in the app drawer without any icon.

CuriousCoder17 -

Let me double-check on my Samsung. I really hope this is just my issue!

Answered By CodeMasterX On

Could there be an issue with your manifest file? I typically only see the Chrome icon for regular shortcuts, not for PWAs marked with display: standalone.

TechExplorer15 -

Does the shortcut icon actually depend on the display property?

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.