{"id":2194,"date":"2022-08-30T15:22:50","date_gmt":"2022-08-30T15:22:50","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2014\/01\/04\/webview-embedded-youtube-video-does-not-accept-full-screen-button-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:22:50","modified_gmt":"2022-08-30T15:22:50","slug":"webview-embedded-youtube-video-does-not-accept-full-screen-button-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/webview-embedded-youtube-video-does-not-accept-full-screen-button-collection-of-common-programming-errors\/","title":{"rendered":"WebView embedded youtube video does not accept full screen button?-Collection of common programming errors"},"content":{"rendered":"<p>I have a WebView that is loading a WordPress website that has HTML5 youtube embedded videos within some articles. The videos will play fine but the full screen button does nothing but crash the videos. I have&#8230; android:hardwareAccelerated=&#8221;true&#8221;<\/p>\n<pre><code>             web = (WebView) findViewById(R.id.web_view);\n         web.setWebChromeClient(new WebChromeClient());\n         web.getSettings().setPluginState(PluginState.ON); \n<\/code><\/pre>\n<p>So it isn&#8217;t the hardware acceleration. Any ideas?<\/p>\n<p id=\"rop\"><small>Originally posted 2014-01-04 14:17:20. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>I have a WebView that is loading a WordPress website that has HTML5 youtube embedded videos within some articles. The videos will play fine but the full screen button does nothing but crash the videos. I have&#8230; android:hardwareAccelerated=&#8221;true&#8221; web = (WebView) findViewById(R.id.web_view); web.setWebChromeClient(new WebChromeClient()); web.getSettings().setPluginState(PluginState.ON); So it isn&#8217;t the hardware acceleration. Any ideas? Originally posted [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2194","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/2194","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=2194"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/2194\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=2194"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=2194"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=2194"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}