naritasoft / html5webview

Automatically exported from code.google.com/p/html5webview
0 stars 0 forks source link

Android 3.2 fail #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get the 3.2 device (ex. Xoom)
2. use http://camendesign.com/code/video_for_everybody/test.html link for tests
3. tap play button and nothing will happen. 

What is the expected output? What do you see instead?
View should be played inline like in browser. Instead just sound plays.

What version of the product are you using? On what operating system?
Andrdoid 3.2

Please provide any additional information below.

onShowCustomView isn`t get invoked if you tap play button. Its invoked only 
after "fullscreen" button tapped.

Original issue reported on code.google.com by aredins...@burstly.com on 26 Aug 2011 at 3:29

GoogleCodeExporter commented 9 years ago
Adding android:hardwareAccelerated="true" inside <application /> as an 
attribute (e.g. <application android:icon="@drawable/icon" 
android:label="@string/app_name" android:hardwareAccelerated="true">) in 
AndroidManifest.xml will fix this issue.

Original comment by yidaalex...@gmail.com on 17 Oct 2011 at 4:50

GoogleCodeExporter commented 9 years ago
Yes, full screen and embedded playbacks are different.  I think 
android:hardwareAccelerated should resolve the problem.

Original comment by koansin....@gmail.com on 4 Feb 2013 at 1:14