native player is shown before page completes loading
See original GitHub issueHay guys ,
I have a VoiceOver platform and i use your great mediaelement plugin
i have removed V2 and replaced it with V3 but i have an issue that the native HTML5 audio player appears
in V2 i solved this issue by using CSS rule
audio{ display:none !important; }
but in V3 this trick did not work
please give me a hand 😃
test : https://soundeals.com/voices
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
React - Display loading screen while DOM is rendering?
A workaround is to add the spinner class to the react container, and use the :empty pseudo class. The spinner will be visible,...
Read more >Lazy Loading Video - ottball
When you lazy load a video, you postpone loading the video until playback is required. The opposite - preloading - stresses the page...
Read more >Fast playback with audio and video preload - web.dev
Faster playback start means more people watching your video or listening to your audio. That's a known fact. In this article I'll explore ......
Read more >Page: DOMContentLoaded, load, beforeunload, unload
The load event on the window object triggers when the whole page is loaded including styles, images and other resources. This event is...
Read more >Controlling Media with JavaScript - Apple Developer
Explains how to use the HTML 5 audio and video tags to add media to web content.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can this ticket be closed?
As far as I saw your solution should work, but the code is dense and I couldn’t see anything