-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/packages
#7115Closed
Copy link
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listfyi-ecosystemFor the attention of Ecosystem teamFor the attention of Ecosystem teamp: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
While investigating a separate timeout, I noticed that the "legacy" implementation of the webview_flutter_web package is accessing the iFrame element on the DOM before it's injected into the page:
That code fails consistently in flutter, and needs to be fixed. It's unclear to me how this went through CI, but it's also unclear to me how integration tests for this package ever do anything, since they seem to be using dart:io (???)
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listfyi-ecosystemFor the attention of Ecosystem teamFor the attention of Ecosystem teamp: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team