Meenu Meena
Meenu Meena
Same issue on lib version 10.0.5 androidx..appcompat:appcompat 1.3.0-alpha02 simple setup with videoId provided in layout and autoplay=true @malliaridis It occurs very first time while opening activity/fragment
This is the setup xml and initializing this way in fragment class WelcomeFragment : BaseFragment(), View.OnClickListener { private val binding: FragmentWelcomeBinding by lazy { FragmentWelcomeBinding.inflate(LayoutInflater.from(context)) } } On Sun, Jan...
@malliaridis Getting these logs at android.webkit.WebView.(WebView.java:429) at android.webkit.WebView.(WebView.java:353) at android.webkit.WebView.(WebView.java:336) at com.pierfrancescosoffritti.androidyoutubeplayer.core.player.views.WebViewYouTubePlayer.(WebViewYouTubePlayer.kt:25) at com.pierfrancescosoffritti.androidyoutubeplayer.core.player.views.WebViewYouTubePlayer.(WebViewYouTubePlayer.kt:24) at com.pierfrancescosoffritti.androidyoutubeplayer.core.player.views.LegacyYouTubePlayerView.(LegacyYouTubePlayerView.kt:34) at com.pierfrancescosoffritti.androidyoutubeplayer.core.player.views.LegacyYouTubePlayerView.(LegacyYouTubePlayerView.kt:31) at com.pierfrancescosoffritti.androidyoutubeplayer.core.player.views.YouTubePlayerView.(YouTubePlayerView.kt:30) at com.pierfrancescosoffritti.androidyoutubeplayer.core.player.views.YouTubePlayerView.(YouTubePlayerView.kt:28)
Caused by: java.lang.RuntimeException: Using WebView from more than one process at once with the same data directory is not supported. https://crbug.com/558377 at org.chromium.android_webview.AwBrowserProcess.a(PG:40) at kv.c(PG:90) at kv.b(PG:160) at kv.a(PG:141) at...
@malliaridis Please check above logs
@malliaridis Thank you for the help. It is working fine for me as well. Issue was related to cache of webview not with the player.