inline (non full-screen) video in stageWebView for iPhone (iOS)???
According to this post (below), all we need in order to allow native inline video for the iPhone is a simple Obj-C property
webview.allowsInlineMediaPlayback = YES;
in conjunction with adding "allowsInlineMediaPlayback" to the html5 video tag.
http://stackoverflow.com/questions/3699552/html5-inline-video-on-iphone-vs-ipad-browser
Anyone know how to do this in AIR? Is there a native extension which would help me accomplish this easily?
???
PS. Inline functionality works great on the iPad. However, on iPhone without the above property setting, the video.play() javascript call will trigger the fullscreen player, isolating the video and any javascript eventListeners completely from AIR.
Message was edited by: gtr