Forum Moderators: not2easy

Message Too Old, No Replies

Assist Adding to Homescreen?

         

l008comm

9:55 am on Mar 20, 2023 (gmt 0)

10+ Year Member Top Contributors Of The Month



I'm making a webapp that is always going to be a webapp. That is, I'm NEVER going to made a native app for any mobile OS. It's always going to be 100% web based.

And like most mobile webapps, it looks and feels a lot better when you add it to the home screen and then run it as a webapp, instead of just running it as a url in the browser.

So I'm wondering if theres any way to assist the user in adding a bookmark to the homescreen? I know how to do it, but I imagine very few normal phone users have ever bookmarked any sites to their homescreen before.

And it doesn't have to be fully automatic. Even just a link on my page bringing up the "Add to Home Screen" prompt would be excellent. Then the user would have to complete the process by actually clicking "Add" (i'm referring to iOS, I don't know the exact process on android but I'm sure it's very similar).

Is there any way to do anything like this?

What I'm NOT looking to do is use a 3rd party service like AddThis. I'm looking for a solution that is entirely local to and part of my own site.

graeme_p

11:33 am on Mar 20, 2023 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The last time I looked at this I think it was possible on Android but not IOS.

not2easy

12:03 pm on Mar 20, 2023 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



It is not intuitive to add bookmarks to the iOS home screen. Not hard to do, but I would guess that not all users know how to do that. Users would need to click the Share icon to "Share" the bookmark, then scroll down the options to add the Favicon to their device Home page. If there is a one-step way to do that you might find it in Apple developer documentation.

graeme_p

12:17 pm on Mar 20, 2023 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I think Apple make it deliberately difficult to encourage people to develop native apps.

tangor

1:02 am on Mar 21, 2023 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Most, if not all, browsers default to disallowing any changes to the end users OS as a security protection. One click "installs" might be a bridge too far.

not2easy

3:37 am on Mar 21, 2023 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



It is not an install, it is a bookmark.

graeme_p

6:25 pm on Mar 21, 2023 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It is possible on Chrome (and some other browsers) on ANdroid: [web.dev...] and
[web.dev...]