LIVE PORTAL Telegram v11.8 API Synchronized Free Animated Stickers
shield_person ADMIN LOGGED IN + Write Guide
admin_panel_settings ADMIN CONTROLS Guide #10967 • tips
How to Add Telegram Mini App Shortcuts to Your Home Screen: One-Tap Launch, PWA Integration & Fast Access
shortcut VIDEO GUIDE Mini App 2.0 • Home Screen PWA

How to Add Telegram Mini App Shortcuts to Your Home Screen: One-Tap Launch, PWA Integration & Fast Access

Transform your favorite Telegram bots, Web3 games, and productivity tools into standalone desktop and smartphone apps. Learn how to pin direct home screen icons on Android and iOS that launch instantly with zero navigation lag, bypassing chat lists completely.

touch_app
One-Tap Direct Launch

Open your game, dashboard, or trading terminal directly from your mobile home screen without opening chat threads first.

install_mobile
Zero App Store Overhead

Enjoy full app convenience without downloading hundreds of megabytes from Apple App Store or Google Play Store.

bolt
Session State Preservation

Retain your authenticated user credentials, wallet connections, and game progress across every direct launch.

smart_button Overview: Bridging WebApps and Native Operating Systems

Telegram Mini Apps offer high performance and instant execution, but having to open Telegram, search for a bot, and tap a menu button creates friction for daily habits. Telegram's Home Screen Shortcuts feature bridges this gap. By leveraging native Progressive Web App (PWA) protocols and operating system shortcut APIs, Telegram lets users install any Mini App as an independent icon right on their device's home grid.

smartphone Step-by-Step Guide: Pinning Mini Apps to Your Device

1

Android Method (Native Shortcut Service)

Open the target Mini App inside Telegram. Tap the Three Dots (…) menu in the top-right header, then select Add to Home Screen. Android prompts you with a native confirmation dialog displaying the app icon and name. Tap Add or drag the icon directly to your desired home screen page.

2

iOS / iPadOS Method (WebClip Deep Link)

In any Mini App on iPhone, tap the top-right menu and choose Add to Home Screen. Telegram prompts Safari to create a webclip with a custom deep link (e.g. tg://resolve?domain=botusername&appname=app). Tap the Share button in Safari and tap Add to Home Screen. The icon with a subtle Telegram badge appears on your home screen.

3

Desktop Pinning (Windows, macOS & Linux)

On Telegram Desktop, right-click the Mini App tab or window title bar and select Create Desktop Shortcut. A desktop shortcut is generated with the bot's custom icon, enabling one-click launch from your Windows Start Menu, Taskbar, or macOS Dock.

developer_mode Developer Architecture: Programmatic Shortcut Prompts

Developers can prompt users to install home screen shortcuts at optimal moments (e.g. after completing a game tutorial or onboarding) using the official JavaScript SDK:
Telegram WebApp SDK • Home Screen API JavaScript SDK v7.10+
// Check if shortcut is already placed on the user's device
window.Telegram.WebApp.checkHomeScreenStatus(function(status) {
  // Status returns: 'unsupported' | 'unknown' | 'added' | 'missed'
  if (status === 'missed') {
    // Prompt the native Telegram shortcut installation dialog
    window.Telegram.WebApp.addToHomeScreen();
  }
});

// Event listener for shortcut installation completion
window.Telegram.WebApp.onEvent('homeScreenAdded', function() {
  console.log('User successfully installed shortcut!');
  // Award in-game bonus or Telegram Stars reward
});
widgets
Home Screen Icon Visualizer

Preview how your Mini App icon appears when pinned to an iOS or Android home grid with the native Telegram integration badge.

sports_esports
Hamster Arena
account_balance_wallet
TON Wallet
auto_awesome
AI Studio

help Frequently Asked Questions

contact_support Do home screen shortcuts require separate login or re-authentication?

No. Because shortcuts execute inside Telegram's shared container, your active Telegram session, user verification hash, and cloud storage tokens are passed automatically, providing frictionless one-tap entry.

contact_support Can I remove a home screen shortcut without losing my game progress?

Yes. Removing the home screen icon simply deletes the visual shortcut pointer from your launcher. Your game progress, inventory, and database records remain safely preserved in the cloud bot backend and your Telegram user account.

admin_panel_settings ADMIN Guide #10967 Actions
Enlarged Preview
Click anywhere outside or press ESC to close viewer
smart_display Telegram Video Short
1080p HD
Official Source: @TelegramTips Post #44 Press ESC or click outside to close