Questions tagged [homescreen]

Home screen refers to the top-level interface on a mobile device from which apps and other features are accessed.

On both Android and iOS, devices boot to the home screen, which is the primary navigation and information point. This is similar to a desktop on Windows or OS X computers.

A homescreen is typically composed of app icons and widgets. Choosing or tapping on an app icon launches the associated app. Widgets display live, auto-updating content such as weather, inbox contents, or news headlines.

A homescreen can consist of several pages that the user can navigate among, typically with a swipe gesture.

Android's homescreen interface is heavily customizable, allowing the user to change the look and feel of the device to their tastes.

Third party apps available on Google Play and other app stores can extensively re-theme the homescreen, and even mimic the look of other operating systems, such as Windows Phone.[38] Most manufacturers, and some wireless carriers, customise the look and feel of their Android devices to differentiate their products from the competition.

596 questions
118
votes
8 answers

Javascript for "Add to Home Screen" on iPhone?

Is it possible to use Javascript to emulate the Add to Home Screen option in Mobile Safari's bookmark menu? Something similar to IE's window.external.AddFavorite(location.href, document.title); possibly?
Kerrick
  • 7,420
  • 8
  • 40
  • 45
80
votes
6 answers

Going to home screen programmatically

I want to go to the home screen programmatically in Android when the user clicks on button. How can this be done?
Sri Sri
  • 3,107
  • 7
  • 34
  • 37
61
votes
10 answers

Android create shortcuts on the home screen

What I want to do is: 1) I'm inside an activity, there are 2 buttons. If I click the first one a shortcut is created in my home screen. The shortcut open an html page that has been previously downloaded, so I want it to use the default browser but…
Sgotenks
  • 1,723
  • 4
  • 20
  • 34
59
votes
4 answers

Red dot (circle) next to the app name below the app icon on the iPhone Home Screen on iOS 8

What does the red dot (circle) next to the app name below the app icon mean? I added a Today Extension (Widget) to the app. It appears only when I launch the app on the iOS 8, it does not appear on iOS 7 simulator. Even though I removed the…
user5673323221
  • 601
  • 1
  • 5
  • 3
52
votes
6 answers

check if user has already installed PWA to homescreen on Chrome?

I'm trying to create an "Add To Home Screen" button on my progressive web app, as described in Chrome's documentation. I'm generally following the prescribed pattern, where I have some hidden button which is displayed when Chrome's…
David
  • 2,846
  • 3
  • 22
  • 34
49
votes
2 answers

How can I create a custom home-screen replacement application for Android?

How do I create a home-screen replacement application? Is there any information about the home-screen application available? Can any application be a home-screen by just registering it with a CATEGORY_HOME intent?
Simon
  • 13,173
  • 14
  • 66
  • 90
40
votes
8 answers

How to Remove Chrome Logo from PWA App Home Screen Link (Android O Preview)

I just updated to Android O Preview and installed a few PWAs. On the home screen a miniature Chrome logo is placed by the icon. This wasn't there before the OS update. Ideally, I would like the PWA to look like a regular app on the home screen…
KVNA
  • 847
  • 1
  • 11
  • 24
38
votes
8 answers

How do you force an iPad home screen bookmarked web app to refresh?

I've run into a problem where I add a web app to my iPad home screen (iOS 5.0.1 iPad 2), and when I open it it appears to be caching something behind the scenes, independent of Safari. I've cleared out everything from Safari that's available in…
M Marsh
  • 453
  • 1
  • 4
  • 6
31
votes
6 answers

How can I add my application's shortcut to the homescreen upon app installation?

I want to create my app's shortcut/launcher icon on the homescreen as soon as I install my app (even before I start it). Is that possible? How might I do that?
S P
  • 854
  • 4
  • 10
  • 21
28
votes
2 answers

Customize icon for "Add to home screen"

Are there any alternatives to the default option in web browsers, like chrome that allows me to add a link or button in my webapp and create an icon in homescreen? For example, I have my webapp and i want a link or button in the main.html that…
garciam202
  • 591
  • 2
  • 7
  • 17
28
votes
1 answer

How to add shortcut to Home screen in android programmatically

This issue has arisen when I was developing an android application. I thought of sharing the knowledge I gathered during my development.
Chanaka udaya
  • 5,134
  • 4
  • 27
  • 34
24
votes
7 answers

Detect rotation of Android home screen

I have an App Widget which, when it updates, fetches an image having dimensions to match the widget, and places that image into an ImageView (via RemoteViews). It works just fine. But for devices that support rotation of the home screen (and I'm…
drmrbrewer
  • 11,491
  • 21
  • 85
  • 181
23
votes
9 answers

How to Launch Home Screen Programmatically in Android

I want to launch home screen of Android with my application. The main target is to show all of apps to user when he/she presses a specialized key. Actually, the way is not important. Any idea to do this?
sjor
  • 1,438
  • 5
  • 17
  • 22
21
votes
3 answers

How to check if my application is the default launcher

I am developing a buissness-application that is essentially a Home-screen, and is supposed to be used as a Default Homescreen (being a "kiosk"-application). Is there any way of checking if my Launcher is the default Launcher? Thanks! Ps. Similar…
DagW
  • 955
  • 1
  • 15
  • 28
21
votes
3 answers

"Add to homescreen" button in Android does not show website as a Web App

I've created a mobile-friendly web site with jQuery Mobile and added some meta info so that it should be pinned to iOS and Android homescreens and should be launched as a web app (in other words: in a browser, but without browser navigation…
Adrian Grigore
  • 33,034
  • 36
  • 130
  • 210
1
2 3
39 40