React-native: [Android WebView] No Fullscreen API Support

Created on 18 Oct 2017  路  10Comments  路  Source: facebook/react-native

Is this a bug report?

Yes

Have you read the Contributing Guidelines?

Yes

Environment

Environment:
OS: macOS Sierra 10.12.6
Node: 6.9.5
Yarn: 1.1.0
npm: 5.5.1
Watchman: 4.9.0
Xcode: Xcode 9.0 Build version 9A235
Android Studio: Not Found

Packages: (wanted => installed)
react: 16.0.0-alpha.12 => 16.0.0-alpha.12
react-native: https://github.com/expo/react-native/archive/sdk-21.0.2.tar.gz => 0.48.4

Target Platform: Android (7.0)

Steps to Reproduce

  1. Use WebView component from react-native package
  2. Insert any you want youtube embed video url to source={{ uri: here... }}

Expected Behavior

There is should be a button to change fullscreen mode for the video

Actual Behavior

But this button is missing
screen shot 2017-10-18 at 13 27 03
Also there are an issue #5230, ignored PR #10327 and feature request.

Reproducible Demo

<WebView
  style={styles.video}
  javaScriptEnabled
  source={{ uri: `https://www.youtube.com/embed/${video.youtube}?rel=0&autoplay=0&showinfo=0&fs=1` }}
/>
Stale

Most helpful comment

@hramos Can we please get this looked at? You had suggested I open a new issue in #5230 but @onrige did us all a favor and took the initiative to open this. Cheers.

All 10 comments

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions.

@hramos Can we please get this looked at? You had suggested I open a new issue in #5230 but @onrige did us all a favor and took the initiative to open this. Cheers.

Please reopen this

still have problem reopen pls

+1

What needs to be done in order to push something along here?

+1

+1

+1

Was this page helpful?
0 / 5 - 0 ratings