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

Is there a way to show the full view (at bottom of screen) on mobile? #100

Closed
JeffreyCA opened this issue Apr 28, 2020 · 3 comments
Closed
Labels

Comments

@JeffreyCA
Copy link
Contributor

I think it's similar to the request in #30

How can I show the regular full view on a mobiel device?

@lijinke666
Copy link
Owner

Sound great. i will add a option to support the feature

lijinke666 added a commit that referenced this issue Apr 29, 2020
@lijinke666
Copy link
Owner

Fixed. thank your feedback. please upgrade 4.12.0

<ReactJkMusicPlayer responsive={false} />

@NISHANT061
Copy link

reponsive ={false} doesn't work properly.
Here is my implementation :

<ReactJkMusicPlayer
                 {...options}
                 responsive={false}
                 className="CustomReactJinke"
                 autoPlay={true}
                 remember={false}
                 glassBg={true}
                 showDownload={false}
                 showMiniProcessBar={true}
                 showPlayMode={false}
                 showDestroy={true}
/>

but this doesn't work .When toggled to mobile screen using developer tool,mobile version of player is showing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants