Run a user-agent check during Mini App initialization:
1 | document.addEventListener('DOMContentLoaded', () => { |
For a Cocos Creator Web Mobile export, add this to index.html, then read the global value in TypeScript:
1 | const device = window['Device']; |
User-agent detection is heuristic. Prefer Telegram client information when a suitable official field is available for the behavior you need.