javascript - Detect if the UIWebView can play video inline on iPhone ( allowsInlineMediaPlayback ) -
i trying tell if video going play inline once user starts video (as apposed fullscreen/in native video player) on iphone in uiwebview before video has started. have no way of knowing if uiwebview has setting allowsinlinemediaplayback = yes
not know in app or on page video being displayed.
my goal show video if can played inline.
is there way read allowsinlinemediaplayback setting javascript, or detect if video play inline or not?
everything have read on apple developers website seems suggest automatically play in full screen mode in safari. if using app, far know not have access apps uiwebviews properties. however, in attempt not totally useless, here link of methods can query , might find useful information in there.
some more information may useful you.
Comments
Post a Comment