Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Left := screen.width - Width;
Top := 0;
X := Screen.MonitorCount;
Form1.Width := 800;
Form1.Height := 600;
Form1.Left := Screen.Width - Form1.Width;
Form1.Top := 0;