David Iglesias
David Iglesias
Tried running the example app in the browser with `--web-renderer canvaskit`, and it seems to be working just fine. Also tried with the `--disable-gpu` chrome command-line flag, but no change...
Rebased (and force-pushed) to get some fresh results
Working to land this one this week.
The repo checks are flagging that there's a missing CHANGELOG entry in `pointer_interceptor`, however we're only changing the README of the example app, which doesn't get published anywhere. I'm skipping...
Created issue to track re-enabling tests for palette_generator on the web: * https://github.com/flutter/flutter/issues/151498
PTAL @stuartmorgan!
The tests are still conflicting, I'll try to resolve those.
I'm going to autosubmit this, since all the tests seem to be passing.
> Would we just build the native functionality into the engine and expose it via dart:ui? @goderbauer I think this is the only way.
Thanks for reporting! The bug points to this part of the engine: * https://github.com/flutter/engine/blame/bcb281cde579a3072adc04a8ba2d0709cd815fb3/lib/web_ui/lib/src/engine/pointer_binding/event_position_helper.dart#L70 (We use that helper to transform browser coordinates to app coordinates) This is a race condition...