More Syntax - Tasty Web Development Treats episodes

972: These Things Make Your App Feel Like Crap on Mobile thumbnail

972: These Things Make Your App Feel Like Crap on Mobile

Published 21 Jan 2026

Duration: 2309

Developers discuss common challenges that prevent web apps from feeling responsive and user-friendly, including performance issues and accessibility problems, and share optimization strategies to address them.

Episode Description

Wes and Scott talk about why mobile web apps often feel janky compared to nativeand how to fix it. They cover input zooming, accidental horizontal scr...

Overview

The podcast explores the key reasons why web apps often feel less refined than native apps on mobile devices, focusing on user experience challenges. It highlights issues such as rage clicks, dead clicks, input zooming, hidden input fields, and the problems associated with horizontal scrolling. These issues are exacerbated by the limited control web developers have over user interactions like zooming and text selection, which are more tightly managed in native apps. The discussion underscores the importance of testing web apps on real mobile devices rather than relying on browser simulations to accurately identify and address these problems.

Performance bottlenecks are also a major concern, with the podcast pointing out inefficiencies in CSS, JavaScript, and server response times that can degrade the user experience. Optimization strategies such as using opacity transitions and avoiding layout shifts are recommended to improve performance. Design considerations, including the use of user-select and pointer-events to prevent accidental interactions, are discussed, along with the value of real user testing to uncover usability issues. The conversation touches on accessibility concerns, inconsistent frame rates, and the importance of smooth animations, while also providing examples of poorly performing web apps to illustrate the consequences of poor optimization and outdated infrastructure.

Recent Episodes of Syntax - Tasty Web Development Treats

13 May 2026 1004: TanHacked

Recommended: Time to harden your applications.

Cybersecurity threats like the "Shy Halood" worm series exploit supply chain vulnerabilities in GitHub Actions, pnpm, and token theft across NPM, Python, and UIPath ecosystems, emphasizing mitigation through workflow audits, dependency checks, tools like Socket.dev, and stricter package manager practices to counter credential theft and destructive attacks.

11 May 2026 1003: Skills Skills Skills

The discussion covers flexible AI agent tools like Hot Tip Skill, CSS Motion Systems, and Agent Browser, advocating for human-curated content over AI-generated output while emphasizing modular skills for workflow efficiency and the need for human oversight in design and marketing.

6 May 2026 1002: The Real Pricing of LLMs

The podcast highlights rising AI tool costs and accessibility challenges, critiques bloated UI libraries and over-engineered practices, explores cloud billing complexities and security risks, and stresses the importance of lightweight design, creativity, and practical problem-solving over tool dependency.

4 May 2026 1001: Managing Deadlines + Stress

Strategies for managing stress and deadlines in high-pressure work environments include prioritization, systematic task organization, tools like Kanban boards, balancing speed with quality, effective communication, cutting non-essentials, and proactive time management to prevent mistakes, burnout, and enhance efficiency.

27 Apr 2026 999: Writing Maintainable CSS

The text addresses CSS management challenges like global leakage and rigid structures, advocating component-scoped styles, utility-first frameworks (e.g., Tailwind), design systems, BEM, CSS modules, and tools like CSS variables, `@scope`, and `clamp()` to enhance reusability, maintainability, and consistency through balanced flexibility and structure.

More Syntax - Tasty Web Development Treats episodes