Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Дайте больше информации: часть кода, ссылку, нормальное описание проблемы - я лично по фото не понял, в чем она!
<input name="username" type="text" value="Введите имя" onblur="if (this.value==' ') this.value='Введите имя';" onfocus="if (this.value=='Введите имя') this.value=' ';" />