I've discovered when NOT including 'Controls' within the HTML5 video attribute.
The iPad will not play the video.
How do I remove the HTML5 video controls; while still allowing the video to function normally; on iPad iOS.
Note: // Could I somehow remove 'Controls' with a script; while keeping it in tact within the HTML5 video mark-up; could this be a viable solution?