Charles Jeremy
Charles Jeremy
Ok thanks for the advice I can confirm that it is working perfectly fine on Android S7 SM-G930W8 Android 8
I am able to compile on CLI 9.0.0, and I still have the same issue : (
Please note that the status bar is a little different from the traditional status bar as it contains two extra icons for gaming. see screenshot attached https://imgur.com/a/DPT6bbU
You are right, I managed to fix the issue on the "navigation bar" by doing this if (window.StatusBar){ window.StatusBar.show(); setTimeout(function(){ window.StatusBar.hide(); },5); } when I bring up the status bar...
Just tested it, and I can confirm it is not working. Anyway if people have the same issue as me with the navigation bar, at least there is a "fix"
Hi, I am using your branch but the custom string for the NSLocationWhenInUseUsageDescription is still not working for me I am also using cli 7.0.1 and my custom string Any...