native.setProperty( "androidSystemUiVisibility", "immersiveSticky" )
I had to put this line in my main file because wrong height calculation when android devices had software navigation buttons. A black bar apear in the botton of the screen exactly same size of the soft bar below it. (it doubles the area that android steals to put the soft keys).
With that line, I thought the problem was solved because now the area is well calculated and appear all app in full screen without the black bar. but appeared a new problem, the icons and the fonts are stretched. I don’t have that problem before. It’s this a bug?
Is there a solution to my problem?
Regards,
Carlos.