Thursday, March 6, 2014
android support html5 video tag for online play yet
I used webview load Html5 online play page, the page is displayed correctly, but click to play when he has been stuck in this "play a buffer page," I have tried on sony 4.0 and motor 3.2 pad, same result.
question: android webview support html5 video tag yet, there is no one realized html5 online play on the android platform?
<-! Main posts under Banner (D4) -><-! Posts under the main text (D5) ->
Reply:
log log:
06-13 09:41:26.990: E / libEGL (1217): call to OpenGL ES API with no current context (logged once per thread)
06-13 09:41:26.990: D / ShaderProgram (1217): couldn't load the vertex shader
!06-13 09:41:26.990: E / libEGL (1217): call to OpenGL ES API with no current context (logged once per thread)
06-13 09:41:26.990: D / ShaderProgram (1217): couldn't load the vertex shader
!06-13 09:41:26.990: E / libEGL (1217): call to OpenGL ES API with no current context (logged once per thread)
06-13 09:41:26.990: D / ShaderProgram (1217): couldn't load the vertex shader
!06-13 09:41:26.990: E / libEGL (1217): call to OpenGL ES API with no current context (logged once per thread)
06-13 09:41:26.990: D / ShaderProgram (1217): couldn't load the vertex shader
!06-13 09:41:26.990: E / libEGL (1217): call to OpenGL ES API with no current context (logged once per thread)
06-13 09:41:26.990: D / ShaderProgram (1217): couldn't load the vertex shader !
Reply:
android webview default is not HTML5 support,
Reply:
expressed concern about the rookie mark
Reply:
Seems to support html5 Android 4.0 browser that comes with the above.
Reply:
How Html5 will not support it, but the support is not very good, no less powerful
ios
Reply:
I tried the 4.0, the player has been in a buffer state
Reply:
There may be your video formats, even the video tag html5 not support this issue, my colleagues and I have discussed.
Reply:
Mp4 video format, so the format should not be a problem, you discuss what the result is
Reply:
lz can be achieved online playBut you have to call the system of player can, you can see for yourself the whole I have been for a long time
The following code:
/ / Html
/ / Java
JavaScriptInterface jsInterface = new JavaScriptInterface (this);
webView.getSettings () setJavaScriptEnabled (true);.
webView.addJavascriptInterface (jsInterface, "JSInterface");
public class JavaScriptInterface {
private Activity activity;
public JavaScriptInterface (Activity activiy) {
this.activity = activiy;
}
public void startVideo (String videoAddress) {
/ / Call the player (see here how to write your own)
Bundle bundle = new Bundle ();
bundle.putString ("path", address);
MyIntent.startIntent (WebViewActivity.this, MyIntent.VIDEO, bundle);
}
}
Reply:
Amount forget there is a problem with the video made out of html seemingly anyone know how to change the style
Reply:
4.1
Reply:
Can
Reply:
I also do video label displayed on the phone's browser, my Android version is 2.3.5, using the default browser, the player is not the problem, but not autoplay, autoplay = "autoplay" did not work , also a headache
Reply:
Version 2.3.5 supports video tag you. . . I can not play
Reply:
Brother, there is wood on csdn download source code examples have provided resources ah! Seeking to share the link to download
Reply:
Will android4.0 video label inside the package with phonegap directly when playing full-screen video, does not want to play in full screen, how to modify ah?
Reply:
No matter what autoplay on Android, you can not automatically play
Like singular, music video playback depending on when you can automatically play, how they get?
Reply:
Under the top bar. . . I have also been some others buffering wet method does not work
Reply:
Hello, I recently also studying part of html5 phonegap package.
I ask, do you mean the video via phonegap package labels can play right? Just some of the problems it is not? Did you have your own examples, right?
Thank you very much!
Reply:
Hello, I recently also studying this content.
Can ask, you can also play back video via phonegap package label is not it? Has not been able to play it? Now the problem is still there, right?
Thank you very much.
Reply:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment