In my application I have a WebView
loading a URL with an embedded YouTube video (using iframe). Using standard Android’s WebView
, the playback is not smooth with random pauses and medium playback quality. In contrast to this, all running fine and the playback is comparable to running on PC when using GeckoView
(based on FireFox
engine).
Any idea what might be causing the problematic issues when using Android’s WebView
? Issues not seen when using GeckoView
?