ilikebasic

Results 2 comments of ilikebasic

Workaround: Wrap all widgets which show on top of the WebView with PointerInterceptor (pointer_interceptor plugin on pub.dev).

In my case WebView on iOS 26 stops accepting taps when a view above it takes any taps. It works until then. Using PointerInterceptor prevents breaking WebView after interaction on...