Cannot change YouTube video quality at all (always starts with “medium”) with iOS's WebView
问题 I tried to put player.setPlaybackQuality('hd720'); in onReady and onStateChange but nothing of that works (iPad or iPhone always starts with medium quality and it can't be changed) Even setting small quality doesn't change anything, these functions just doesn't work with iOS's UIWebView/WKWebView I also tried to play with size of elements in html just for fun (set hardcoded size, like 1920x1080px) but it also didn't work: <head> <style> * { margin: 0; padding: 0; } html, body { width: 1920px;