dint-dev / universal_html

Cross-platform 'dart:html'.
https://pub.dev/packages/universal_html
Apache License 2.0
201 stars 61 forks source link

Running on Master Channel with SKIA breaks web browser #26

Closed bartonhammond closed 3 years ago

bartonhammond commented 3 years ago

I have to run on Master Channel and run with:

flutter run --dart-define=FLUTTER_WEB_USE_SKIA=true -d chrome

When I do this w/ the web_browser/web_browser/example it displays the page but links and scrolling are broken.

I realize this might not be something you are interested in but I thought I'd ask just in case you know why.

Thanks for the package.

bartonhammond commented 3 years ago

flutter run --dart-define=FLUTTER_WEB_USE_SKIA=true -d chrome --web-renderer=html works