Skip to content

Blank screen during screen share in Android. #2611

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

Open
1 of 2 tasks
maliksuresh27 opened this issue Apr 30, 2025 · 0 comments
Open
1 of 2 tasks

Blank screen during screen share in Android. #2611

maliksuresh27 opened this issue Apr 30, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@maliksuresh27
Copy link

maliksuresh27 commented Apr 30, 2025

Is there an existing issue for this?

Current Behavior

In some android devices, not able to SEE screen share rather blank screen is showing only.
in iOS and some android devices able to screen share working properly.

Expected Behavior

For all Android devices should be able to SEE screen share content properly and NOT blank screen.

Steps with code example to reproduce

Steps with code example to reproduce
InAppWebViewSettings options = Platform.isIOS
      ? InAppWebViewSettings(
          allowsInlineMediaPlayback: true,
          allowsAirPlayForMediaPlayback: true,
          useShouldOverrideUrlLoading: true,
          mediaPlaybackRequiresUserGesture: false,
          javaScriptEnabled: true,
        )
      : Platform.isAndroid
          ? InAppWebViewSettings(
              useHybridComposition: true,
              useShouldOverrideUrlLoading: true,
              mediaPlaybackRequiresUserGesture: false,
              javaScriptEnabled: true,
            )
          : InAppWebViewSettings(
              useShouldOverrideUrlLoading: true,
              mediaPlaybackRequiresUserGesture: false,
              javaScriptEnabled: true,
            );

Stacktrace/Logs

Stacktrace/Logs
<Replace this line by pasting your stacktrace or logs here>

Flutter version

Flutter 3.29.3

Operating System, Device-specific and/or Tool

Not Working in - Redmi 13C , Realme Narzo 70
Working in - Redme Note 10 lite , Realme P1 speed 5G

Plugin version

flutter_inappwebview: ^6.1.5

Additional information

No response

Self grab

  • I'm ready to work on this issue!
@maliksuresh27 maliksuresh27 added the bug Something isn't working label Apr 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant