-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
flutter/plugins
#4100Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectfound in release: 1.27Found to occur in 1.27Found to occur in 1.27has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Description
When building my app in Xcode, 2 deprecation warnings are appearing about use of mediaTypesRequiringUserActionForPlayback in webview_flutter component.
Not a serious problem, mainly reported here for reference as it may be removed at some point by Apple on later versions of iOS.
This article explains how to replace it:
https://stackoverflow.com/questions/46423645/mediaplaybackrequiresuseraction-deprecated-and-ios-9
webview_flutter: ^2.0.0-nullsafety.5
Flutter version 1.26.0-17.6.pre
Dart version 2.12.0 (build 2.12.0-259.12.beta)
Framework revision a29104a
Engine revision 21fa8bb
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectfound in release: 1.27Found to occur in 1.27Found to occur in 1.27has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onp: webviewThe WebView pluginThe WebView pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version