Open Auth0 android SDK fullscreen (with navigation bar hidden)

Please include the following information in your post:

  • Which SDK this is regarding: android SDK
  • SDK Version: 2.6.0
  • Platform Version: Android Studio Bumblebee | 2021.1.1 Patch 3
  • Code Snippets/Error Messages/Supporting Details/Screenshots:

I want to know if there is a way to hide the navigation bar circled with red on the attached screenshot.

Steps to reproduce:

  1. Call the bellow inside an android application:

WebAuthProvider.login(auth0)
.withScheme(protocol)
.withScope(scope)
.withParameters(params)
.start()

This is not a bug, at most a feature request.

I forgot to mention that the Auth universal login is used.