ScrollView上的YouTubePlayerView

时间:2013-04-02 13:18:14

标签: android youtube-api android-scrollview android-youtube-api

首先,我想指出Android中似乎存在一个限制,SurfaceView上的ScrollView无法正常运行。这是解释hereVideoView内部使用SurfaceView,因此存在此问题)。但是VideoView似乎有workaround对我有用。

现在,我还想使用新的YouTube API for Android在我们的Android应用中显示嵌入的YouTube视频。实现嵌入式视频播放器的YouTubePlayerView也会出现上述问题,因为它在层次结构查看器中使用了如下所示的SurfaceView。

SurfaceView on the YouTubePlayerView

我无法找到解决此问题的方法。在YouTubePlayerView上使用ScrollView对于我们的应用来说是一个相当常见的用例(也可能对许多其他用户而言)。对此我有任何意见。

1 个答案:

答案 0 :(得分:0)

我也想要这个功能,但是,它似乎仍在由Google实施。

见这里: https://code.google.com/p/gdata-issues/issues/detail?id=4514

解决方案应该是使用TextureView supports playing videos within a ScrollView。希望YouTube API很快支持这一点。