Hello everybody,  <View.systemUiVisibility>()  is ...
# android
h
Hello everybody,  View.systemUiVisibility()  is depreciated. What can I use  instead of it  for playing a video in a WebView?  If I use getWindow().setDecorFitsSystemWindows(false) like from this  link ->  https://stackoverflow.com/questions/62577645/android-view-view-systemuivisibility-deprecated-what-is-the-replacement,  video full screen will not work.
😶 3