I want to play video url inside my application webview but when i am run the application it showing only white screen . i had read some post on this and i have used that cod
You need to load an HTML document that embeds the video inside of it, instead of the video directly. To play inline video in WebView using the tag you must also ensure the hardware acceleration is enabled in your application (see http://developer.android.com/guide/topics/graphics/hardware-accel.html).