码迷,mamicode.com
首页 > 移动开发 > 详细

android webview 通过html5播放在线视频 切换大屏

时间:2014-08-20 22:41:33      阅读:403      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   java   io   for   

1、添加网络访问权限

<uses-permission android:name="android.permission.INTERNET" />


2、webview添加全屏支持

developer官方文档关于html5支持视频播放描述如下:In order to support inline HTML5 video in your application, you need to have hardware acceleration turned on, and set a WebChromeClient. For full screen support, implementations of onShowCustomView(View, WebChromeClient.CustomViewCallback) and onHideCustomView() are required, getVideoLoadingProgressView() is optional.

1)开启硬件加速

2)重写WebChromeClientonShowCustomView(View, WebChromeClient.CustomViewCallback)onHideCustomView()

通过onShowcustomView对大屏的布局进行加载,隐藏小屏布局;在onHideCustomeView中退出全屏播放,重新显示小屏布局


参考:

http://developer.android.com/reference/android/webkit/WebView.html


android webview 通过html5播放在线视频 切换大屏,布布扣,bubuko.com

android webview 通过html5播放在线视频 切换大屏

标签:android   style   blog   http   color   java   io   for   

原文地址:http://blog.csdn.net/actsai/article/details/38711735

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!