-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Playing audio in mobile safari opens a full screen player #188
Comments
Since my url is a streaming link, http://s2.voscast.com:9208/;&type=mp3 I took the |
It doesn't make sense to add another new component just to fix this. I think the best option is to add a <ReactPlayer
url='http://s2.voscast.com:9208/;&type=mp3'
playsinline
fileConfig={{ forceAudio: true }}
/> |
Good thinking, I'll take a swing at it. |
No need! Published in |
Right on! |
Playing audio in mobile safari opens a full screen player. I've tried
playsInline
with no luck.The text was updated successfully, but these errors were encountered: