react-html5-video
react-html5-video copied to clipboard
html5 video component for react.js app
> Video.js:1 Uncaught TypeError: Cannot read property 'func' of undefined at Object../node_modules/react-h5-video/lib/Video.js (Video.js:1) at __webpack_require__ (bootstrap:19) at Object../node_modules/react-h5-video/index.js (index.js:2) at __webpack_require__ (bootstrap:19) at Module../src/app/Pages/Principle.js (app.js:48302) at __webpack_require__ (bootstrap:19) at Module../src/app/components/Main.js...
all i have is a trace in the console: ``` index.js:2177 Warning: Unknown event handler property `onstop`. It will be ignored. in video (created by DefaultPlayer) in div (created by...
tapping play again results in the video playing, but the controls hide. thus, on mobile and tablet the users can never use the controls.
Hi, The Video element is not responsive as it stands. My suggestion is that you remove the heigth and width calculations from the component code and put something like this...