-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] <title> video is not playing in android #1012
Comments
same behavior on android and flutter 3.24.3 and plugin version 9.1.1. |
Same here android 14 The app encounters SSL handshake failures, preventing the video from playing.I/PlatformViewsController(18639): Using hybrid composition for platform view: 0 |
Any update? |
Same issue |
At this time with same issue i m using plugin version 9.0.3 and webview_flutter_android: 3.16.1 and works. |
Same issue |
Is there an existing issue for this?
Package
youtube_player_flutter
What happened?
D/InAppWebView(32240): Using InAppWebViewClientCompat implementation
W/cr_WebSettings(32240): setForceDark() is a no-op in an app with targetSdkVersion>=T
W/cr_SupportWebSettings(32240): setForceDarkBehavior() is a no-op in an app with targetSdkVersion>=T
E/MethodChannel#flutter/platform_views(32240): Failed to handle method call
E/MethodChannel#flutter/platform_views(32240): java.lang.RuntimeException: Unknown feature SUPPRESS_ERROR_PAGE
E/MethodChannel#flutter/platform_views(32240): at androidx.webkit.internal.WebViewFeatureInternal.isSupported(WebViewFeatureInternal.java:649)
E/MethodChannel#flutter/platform_views(32240): at androidx.webkit.internal.WebViewFeatureInternal.isSupported(WebViewFeatureInternal.java:618)
E/MethodChannel#flutter/platform_views(32240): at androidx.webkit.WebViewFeature.isFeatureSupported(WebViewFeature.java:611)
What is the expected behaviour?
Loder showing and video not playing
D/InAppWebView(32240): Using InAppWebViewClientCompat implementation
W/cr_WebSettings(32240): setForceDark() is a no-op in an app with targetSdkVersion>=T
W/cr_SupportWebSettings(32240): setForceDarkBehavior() is a no-op in an app with targetSdkVersion>=T
E/MethodChannel#flutter/platform_views(32240): Failed to handle method call
E/MethodChannel#flutter/platform_views(32240): java.lang.RuntimeException: Unknown feature SUPPRESS_ERROR_PAGE
E/MethodChannel#flutter/platform_views(32240): at androidx.webkit.internal.WebViewFeatureInternal.isSupported(WebViewFeatureInternal.java:649)
E/MethodChannel#flutter/platform_views(32240): at androidx.webkit.internal.WebViewFeatureInternal.isSupported(WebViewFeatureInternal.java:618)
E/MethodChannel#flutter/platform_views(32240): at androidx.webkit.WebViewFeature.isFeatureSupported(WebViewFeature.java:611)
How to reproduce?
just try to play the video on app
D/InAppWebView(32240): Using InAppWebViewClientCompat implementation
W/cr_WebSettings(32240): setForceDark() is a no-op in an app with targetSdkVersion>=T
W/cr_SupportWebSettings(32240): setForceDarkBehavior() is a no-op in an app with targetSdkVersion>=T
E/MethodChannel#flutter/platform_views(32240): Failed to handle method call
E/MethodChannel#flutter/platform_views(32240): java.lang.RuntimeException: Unknown feature SUPPRESS_ERROR_PAGE
E/MethodChannel#flutter/platform_views(32240): at androidx.webkit.internal.WebViewFeatureInternal.isSupported(WebViewFeatureInternal.java:649)
E/MethodChannel#flutter/platform_views(32240): at androidx.webkit.internal.WebViewFeatureInternal.isSupported(WebViewFeatureInternal.java:618)
E/MethodChannel#flutter/platform_views(32240): at androidx.webkit.WebViewFeature.isFeatureSupported(WebViewFeature.java:611)
Flutter Doctor Output
[√] Flutter (Channel stable, 3.22.2, on Microsoft Windows [Version 10.0.19045.4957], locale en-US) • Flutter version 3.22.2 on channel stable at C:\flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 761747bfc5 (4 months ago), 2024-06-05 22:15:13 +0200 • Engine revision edd8546116 • Dart version 3.4.3 • DevTools version 2.34.3
The text was updated successfully, but these errors were encountered: