Trying to use video tag in ionic framework. All thinks are working fine but not able to how can i remove the default play button.
Note: This play button is only visible in android app not on iOS.
Trying to use video tag in ionic framework. All thinks are working fine but not able to how can i remove the default play button.
Note: This play button is only visible in android app not on iOS.
Have you tried to use the poster property?
<video width="470" height="255" poster="placeholder.png" controls></video>