Video Is Not Playing In Angular 4 But Refresh Page Is Working July 09, 2024 Post a Comment I am using video tag html But video is not playing when page is loaded then after move another page is working.please give me solution. Solution 1: You can add controls attribute in video tag and remove autoplay="autoplay" <video controls #videoPlayer class="slider-video" width="100%" preload="auto" loop="" muted="muted" style="visibility: visible; width: 100%;" poster="assets/images/banner.png" src="https://wellfasterstore.blob.core.windows.net/images/1.mp4" type="video/mp4"> </video> Copy Share You may like these postsAngular 6 Primeng - How To Add A Checkbox With Distinct Values From One Column?Iterate Through Datasource In Mat-table AngularHow To Create A Lazy Load Treeview In Angular 7Selecting An Option Only Display Id Not Name In Angular 4 Post a Comment for "Video Is Not Playing In Angular 4 But Refresh Page Is Working"
Post a Comment for "Video Is Not Playing In Angular 4 But Refresh Page Is Working"