Youtube videos embedded in Android Webview don't play in SINGLE_COLUMN layout
问题 I am trying to load some HTML data into Android Webview. The data is in the form of string that is loaded from a web service and the HTML can contain embedded youtube videos which I want to embed inline and make playable. Everything works fine with LayoutAlgorithm.NORMAL . But when I use the SINGLE_COLUMN layout algorithm, the Youtube videos show up as black boxes that cannot be played anymore. I need a single column format as the images inside the HTML overflow the webview width in NORMAL