Post #80
667
Dan How do you properly test Telegram Mini Apps in an environment that is as close as possible to the real Telegram Mini App — not only TMA SDK access, but also correct layouts (iPhone notch/safe areas, back button, in-app browser behavior)? Please share what…
When I need it to be real TMA — I just open it as real TMA. It’s really easy to create local https server and point your App to your dev environment. After that you can enable dev tools in telegram and debug your TMA as you would any other web app.
- 👍 1