ended3월 14일· 1 sources

How a Bug Report Led Me to Give Flutter Developers Full Control of Crisp Chat Modals on iOS

버그 리포트에서 시작된 Flutter 개발자를 위한 Crisp Chat 모달 제어 기능 구현기

Why it matters

A bug report for the Flutter Crisp Chat plugin revealed that on iOS 13+, taps could pass through the chat modal to the underlying Flutter UI due to Apple's change of the default modal presentation style from .fullScreen to .pageSheet. A pull request fixed this by forcing .fullScreen, but it inspired the author to give Flutter developers full control over modal presentation styles on iOS.

1
Sources
+0
24h
Growth
184d
Active
FlutterCrisp ChatiOS modalmodalPresentationStyleopen-source

Sources

Related Issues