Git Product home page Git Product logo

html5webview's People

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

dadahellohello

html5webview's Issues

Video work only on first play

What steps will reproduce the problem?
1. tap play on a video
2. press back
3. try to replay some video not working

What is the expected output? What do you see instead?
Nothing append when i tried to replay a video

What version of the product are you using? On what operating system?
Android 2.3

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Nov 2011 at 2:53

app crash when rotate the screen

What steps will reproduce the problem?
1. turn on screen rotation. 
2. play the video and click full scree button
3. then rotate the screen

What is the expected output? What do you see instead?
screen should rotate to landscape but app crashed and app stopped.

What version of the product are you using? On what operating system?
android sdk 19 on Samsung S3.

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Feb 2014 at 6:08

Android 3.2 fail

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 [email protected] on 26 Aug 2011 at 3:29

Not able to play live FM radio link

I have used your code and replace below link in loadUrl method.

http://streema.com/radios/play/110

and finally i got "Sorry, stream cannot be played on this device" with "Get 
Chrome" button bottom of this text.

Please help me as soon as possible.

Regards,
Durgesh {atel

Original issue reported on code.google.com by [email protected] on 24 Sep 2013 at 1:32

Code not working on Google Tv device

What steps will reproduce the problem?
1. Downloaded the compiled apk package HTML5WebView.apk and installed it on 
Google Tv device.
2. Open app and access the links from video category. No video started playing.
3. After this, I have downloaded the code and compiled it by my own. Installed 
the app, but same thing happen. No video started playing.

What is the expected output? What do you see instead?
- when accessing one of the video links, the video should play in the page. in 
my case, the video page is open, but video never starts playing

What version of the product are you using? On what operating system?
- i use the latest version of code on Android 3.2 Google Tv device

Please provide any additional information below.
Even opening in mWebView.loadUrl() other pages containing HTML 5 <video> tag to 
embed video gets to the same problem. Video never gets starting playing.

Original issue reported on code.google.com by [email protected] on 11 Nov 2013 at 10:17

Rotating video alerts "This video cannot be played" or restarts

What steps will reproduce the problem?
1. Play a video
2. Rotate the device

What is the expected output? What do you see instead?
continue playing the video

What version of the product are you using? On what operating system?
Android 3.2,2.3

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Apr 2012 at 8:53

crash on coming back to full screen view via recent task button

What steps will reproduce the problem?
1. open a video in fullscreen using the sample app project (activity 
TestHTML5WebView)
2. click on play
3. click on the android device home button
4. go back to the app using the recent task android device button

What is the expected output? What do you see instead?
I would expect to see the video screen again.
Instead i get an application crash with this in logcat:
12-10 15:29:45.051: E/AndroidRuntime(24560): FATAL EXCEPTION: main
12-10 15:29:45.051: E/AndroidRuntime(24560): java.lang.NullPointerException
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.webkit.HTML5VideoFullScreen.prepareForFullScreen(HTML5VideoFullScreen.ja
va:164)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.webkit.HTML5VideoFullScreen.access$500(HTML5VideoFullScreen.java:21)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.webkit.HTML5VideoFullScreen$1.surfaceCreated(HTML5VideoFullScreen.java:9
9)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.SurfaceView.updateWindow(SurfaceView.java:543)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.SurfaceView.onWindowVisibilityChanged(SurfaceView.java:226)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.View.dispatchWindowVisibilityChanged(View.java:7425)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1042)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1042)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1042)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1042)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1042)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1042)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewGroup.dispatchWindowVisibilityChanged(ViewGroup.java:1042)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1218)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:998)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4212)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.Choreographer$CallbackRecord.run(Choreographer.java:725)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.Choreographer.doCallbacks(Choreographer.java:555)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.Choreographer.doFrame(Choreographer.java:525)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:711)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.os.Handler.handleCallback(Handler.java:615)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.os.Handler.dispatchMessage(Handler.java:92)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.os.Looper.loop(Looper.java:137)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
android.app.ActivityThread.main(ActivityThread.java:4745)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
java.lang.reflect.Method.invokeNative(Native Method)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
java.lang.reflect.Method.invoke(Method.java:511)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:786)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
12-10 15:29:45.051: E/AndroidRuntime(24560):    at 
dalvik.system.NativeStart.main(Native Method)



What version of the product are you using? On what operating system?
Jelly Beans 4.1.1, on a Galaxy Nexus phone.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 10 Dec 2012 at 11:36

Not working on 4.0 and above

Hi,

This is perfectly on working on 2.2 and 2.3 versions.

Can you Please update this code to to work on 3.0 and 4.0 and above.

Kind Regards,
Pratap

Original issue reported on code.google.com by [email protected] on 26 Dec 2012 at 2:25

Android 4.0

This will not work with ICS(Android 4.0 or higher) as it would use new method 
onShowCustomView(View view, int requestedOrientation, 
WebChromeClient.CustomViewCallback callback)

I hope you will update it to support ICS.

Original issue reported on code.google.com by [email protected] on 5 May 2012 at 9:53

Continually resizes during play

When in fullscreen mode on the Google/Asus Nexus 7 tablet, the player 
continually tries to hide the top status bar and bottom menu bar every 3 
seconds. The two bars start to disappear and the video starts to expand, then 
it fail and the bars are reshown. Any ideas how to fix this?

Original issue reported on code.google.com by [email protected] on 31 Jan 2013 at 6:04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.