如何最小化Android PhoneGap中视频播放器的大小?
我使用 Android PhoneGap 的视频播放器插件显示视频。视频由视频播放器完整显示 screen.我想在 haif screen 中显示视频。
如何更改视频播放器的大小?
请指导我。 提前致谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处修改 videoplayer.java 代码 - https://github.com/phonegap/phonegap-plugins/blob/master/Android/VideoPlayer/src/com/phonegap/plugins/video/VideoPlayer.java
考虑高度和宽度,以便支架可以相应调整尺寸。检查此示例,以便添加插件的 java 文件的代码 - http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.html
尝试一下,然后更新,如果你面临一些问题。
You can modify the videoplayer.java code here - https://github.com/phonegap/phonegap-plugins/blob/master/Android/VideoPlayer/src/com/phonegap/plugins/video/VideoPlayer.java
to take into consideration the height and width, so that the holder can resize accordingly. Check this example so to what code to add the the java file of the plugin - http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/MediaPlayerDemo_Video.html
try this out and then update if u face some issue.