I am new to Xamarin Forms. I am facing one problems right now. I am tying to play YouTube video in WebView, WebView showing first look of video with play button, But after click on play button start progress bar and after 2-3 seconds stop progress bar and screen blank with black color. While I am getting message like “Video unavailable”, How can I play the video using webview, Give me a solution to resolve this issue. I have posted screenshot above
Notes: 1) example of the url which does not work https://www.youtube.com/embed/gj8FAuexQy4 2)In AndroidManifest.xml for application tag I added android:hardwareAccelerated="true" as well as I am also given permission android:name="android.permission.INTERNET"