Tagged articles
2 articles
Page 1 of 1
AntTech
AntTech
Oct 21, 2025 · Mobile Development

Why Does Hybrid Composition Crash with ‘No Surface’ Errors on Android Mini‑Programs?

This article analyzes a recurring crash in Android mini‑programs caused by a canvas synchronization issue in hybrid composition, detailing the stack traces, EGL surface creation failures, cross‑process SurfaceTexture lifecycle problems, and the concrete fix that dramatically reduced “no surface” crashes.

Android RenderingEGLHybrid Composition
0 likes · 20 min read
Why Does Hybrid Composition Crash with ‘No Surface’ Errors on Android Mini‑Programs?
Inke Technology
Inke Technology
Jun 19, 2024 · Mobile Development

Why Flutter’s PlatformView Can Freeze Video: Deep Engine Bug Analysis & Fixes

This article examines a video rendering bug in Flutter when combining Texture widgets with PlatformView using Hybrid Composition, analyzes the underlying engine and rendering pipeline across Android, and presents three concrete solutions—including engine patches and Dart API tweaks—to restore proper texture refresh.

Hybrid CompositionPlatformViewRendering
0 likes · 18 min read
Why Flutter’s PlatformView Can Freeze Video: Deep Engine Bug Analysis & Fixes