fregante / iphone-inline-video

📱 Make videos playable inline on the iPhone (prevents automatic fullscreen)
https://npm.im/iphone-inline-video
MIT License
2.05k stars 300 forks source link

how to use with React Player ? #108

Closed jasan-s closed 7 years ago

fregante commented 7 years ago

I don't know React Player. Provide your current React Player code and I'll see where to place IIV

jasan-s commented 7 years ago
import React, { Component } from 'react'
import ReactPlayer from 'react-player'

class App extends Component {
  render () {
    return <ReactPlayer url='http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4' playing />
  }
}
fregante commented 7 years ago

I'm not sure. Perhaps ask in React Player's repo.

IIV needs to run soon after the