Android tablet navigation bar won't hide

前端 未结 4 1999
死守一世寂寞
死守一世寂寞 2020-12-10 23:11

I\'m trying to hide the navigation bar, using methods I\'ve found described on the internet.

I have a simple layout which shows a WebView:



        
4条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-10 23:39

    You cannot permanently hide the system bar on a tablet.

    SYSTEM_UI_FLAG_HIDE_NAVIGATION on Android 4.1 and higher will hide the system bar, but it will reappear as soon as the user does anything.

提交回复
热议问题