WebView based Android YouTube Player -
i need add video playback capabilities android app. i've started integrating android youtube player sdk. works sdk has limitation won't work in case:
users need run version 4.2.16 of mobile youtube app (or higher) use api.
same time ios there no native sdk provided google there great alternative webview based player works great, without limitations , need. here have 2 questions:
- is possible force native android youtube sdk gracefully fallback webview based experience if no youtube app installed?
- is there webview base android youtube player sdk?
update: wasn't able locate existing implementation (official or 3d party) reimplemented whatever implemented @ ios version of player helper. webview uses ifame , js youtube api instantiate player , control it. unfortunately wasn't able start full screen using control yet
Comments
Post a Comment