ios - autoplay html5 video with external link on mobiles -
i have created web page auto plays full screen background video.
on top of video div contains text & link external site - works fine in desktop browsers.
how recreate same setup play on mobile devices - need use javascript in order achieve this?
i have spent many hours trawling google definitive answer , confused.
thanks in advance.
autoplay html5 video not allowed on mobile devices such ios or android. can read this whys , hows on ios.
on iphone video plays in default (fullscreen) quicktime player. there no real background notion (this accomplished in native app inline playback of video allowed not in safari/web browser). need stick image guess.
on ipad or on android in order accomplish want need bind video tag touch event/button (like when user 'touch' enter site), , on event initiate play sequence video (in case video being set occupy full width , height of viewport).
thanks
Comments
Post a Comment