• en
  • ru
  • a blog about web development

    Category Telegram

    Scroll in Telegram MiniApp: Stable Scrolling During Swipes

    If you’ve ever tried implementing scroll in a Telegram MiniApp using the SDK, you probably noticed that the WebView inside Telegram behaves nothing like a regular browser. At first, I thought: “Well, overflow-y: auto and done!” — and I was… Continue Reading →

    Creating a Telegram Mini App in React with Vite and ngrok

    Telegram Mini App opens new opportunities for developers, allowing the creation of interactive applications directly inside the messenger. In this guide, we’ll show how to build a working Mini App on React from scratch using Vite and set up an… Continue Reading →