I am using the HTML5 for loading the mp4 video on the browsers. For all the Desktop browsers, the video controls are shown without any problem but for my android phone when I am loading the page on the Chrome browser, I am not getting any controls such as to play/pause, progress Bar, etc.
While searching for the issue, I came to know that is could have occurred due to the modern-media-controls which is used by chrome browser on android.
Please suggest.
In the video tag, I am already using the controls as true but still, I am not able to see the control buttons on the page with the video.
Actual Result No play/pause button on the video player when the video is playing on the android chrome browser
Expected Result Play/Pause button should be displayed when a video is played on the Android Chrome browser.