Skip to content
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

Fullscreen option missing in MediaController #326

Closed
flexdhana opened this issue Sep 13, 2016 · 6 comments
Closed

Fullscreen option missing in MediaController #326

flexdhana opened this issue Sep 13, 2016 · 6 comments
Labels
stale Closed due to inactivity or lack or resources

Comments

@flexdhana
Copy link

flexdhana commented Sep 13, 2016

Displays MediaController over the Video screen if enabled (ANDROID), but its missing fullscreen button. I followed #270. please advise me.. thanks

screen shot 2016-09-13 at 4 37 55 pm

Code:

               <View style={styles.vcontainer}>
                    {spinner}
                    <Video
                        source={{uri: this.state.currentVideo}}
                        style={styles.video}
                        paused={false}
                        controls={true}
                        resizeMode={this.state.resizeMode}
                        onLoadStart={this._onLoadStart.bind(this)} 
                        onLoad={this._onLoad.bind(this)}
                      />
                </View>
@muvv
Copy link

muvv commented Sep 21, 2016

Need help:
Can i get example of implementing controls in android
i added controls={true} prop ,but i am not getting control options in android. It could be better if i can get a example in android

@flexdhana
Copy link
Author

@muvv did you made changes listed in the link below?

7c2ebfb

@xiaomilii
Copy link

@flexdhana Did you solve this problem?

@flexdhana
Copy link
Author

@xiaomilii Still not..

@IbrahimSulai
Copy link
Contributor

@flexdhana

Now you can use Android Exoplayer. Since it has both controls and also having full-screen functionality.

Opened a PR (#1730) for full-screen support in Android Exoplayer.

@ShivamJoker
Copy link

@IbrahimSulai I mean is there a fullscreen button by default in Android Exoplayer ? Like iOS

@hueniverse hueniverse added the stale Closed due to inactivity or lack or resources label May 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Closed due to inactivity or lack or resources
Projects
None yet
Development

No branches or pull requests

6 participants