Is it possible to run (on Android / iOS) a full-screen youtube video by clicking on the link? I do not want to click on the player. For example: by clicking on the url , you will open the video in full screen mode.
You can create a new action using VideoView. VideoView accepts video links (they say they can play rtsp, which is what the YouTube mobile phone uses, but I still have to try)
just videoView.setVideoUri(rtsp://...);
videoView.setVideoUri(rtsp://...);