Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@yjbanov
Copy link
Contributor

@yjbanov yjbanov commented Dec 4, 2020

Description

Re-enable pointer events inside platform views in CanvasKit.

Related Issues

Fixes flutter/flutter#69124

Tests

I added the following tests: TBD

@yjbanov yjbanov requested a review from ditman December 4, 2020 18:39
@google-cla google-cla bot added the cla: yes label Dec 4, 2020
@yjbanov yjbanov marked this pull request as ready for review December 4, 2020 20:00
Copy link
Contributor

@harryterkelsen harryterkelsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@ditman ditman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! I'm surprised at the verbosity of the embedded_views_test.dart!

@yjbanov yjbanov merged commit 47add1d into flutter:master Dec 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 4, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 5, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 5, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 5, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Dec 5, 2020

test('embeds interactive platform views', () async {
ui.platformViewRegistry.registerViewFactory(
'test-platform-view',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This worries me a bit because there's no way to clean it up. Tests may conflict with each other since factory names are global.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[google_maps_flutter_web] CanvasKit only: Map does not react to gestures / mouse events

4 participants