On the iPad specifically, I’d like to be able to remove the fullscreen and picture-in-picture buttons on the video controls. The video is playing inline with the “webkit-playsinline” attribute on the video element and
<preference name="AllowInlineMediaPlayback" value="true" />
in config.xml.
Does Apple allow you to modify the inline video player controls? At the very least, to hide certain controls while keeping others?