Hey guys,
I set
native.setProperty( "androidSystemUiVisibility", "immersiveSticky" )
and it works fine so far.
Than I fiddle around with Google game services trying this:
gameNetwork.request("login", { userInitiated = true })
Whenever the Google login “toast” appears the androidSystemUiVisibility changes to “sticky” and pushes the scene to the left.
Even after login the navigation bar remains.
Something I can do?
Thanks in advance!!
