I load html5 / youtube and DMcloud video in a UIWebview on my IPAD with :
[adView loadHTMLString:script baseURL:[NSURL URLWithString:baseURL]];
I want to launch this in fullscreen same with an iphone in fullscreen with controls. I read more topic. It's may be not possible !
I test with :
edit : adView.mediaPlaybackRequiresUserAction = NO;
mediaPlaybackRequiresUserAction = NO;
but don't works ! I don't want a simple resize but really a full screen.
It's possible without User Action ?
Thanks for your help.