Shortcut (Cocos)
Some channels (web browsers in particular) can offer to create a home‑screen shortcut / PWA install for the game. Most other channels can’t, so gate your UI first.
Check availability
Section titled “Check availability”Don’t show an “add to home screen” button unless this is true — it’ll do nothing on channels that don’t support it.
Create the shortcut
Section titled “Create the shortcut”Must be called from a user gesture (button tap) on browsers. Calling from a timer or a scene‑start hook won’t trigger the install prompt.
Typical pattern
Section titled “Typical pattern”Related
Section titled “Related”- Platform‑specific behavior (PWA install vs. Android WebAPK vs. channel sheet): Web SDK shortcut.