'iframe element not rendering in IOS devices
works fine in all windows but not in iOS devices. Video show ok on windows but in ios not render the video.
render() {
return (
<>
<iframe
src={this.props.videoSrc}>
</iframe>
</>
)}
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|