I have this line of code at the top of my main.lua:
[lua]display.setStatusBar(display.DefaultStatusBar)[/lua]
With that line of code in the main.lua file, I do not see the status bar on the simulator for the various iPhones or the Android (but I believe the status bar never appears in the simulator for Android), but when I build and install onto Android devices, I _ do _ see the status bar upon app load. When I build and install onto an iPhone 4s, I _ do not _ see the status bar. Hhmmmm…
If I comment out that line of code, now suddenly I _ do _ see the status bar on the simulator for the various iPhones. When I build and install on devices with that line of code commented out, the status bar _ does not _ show on either the iPhone 4s or Android devices.
Miscellaneous info:
-
results are the same on both the Mac and Windows simulators
-
both Windows and Mac are running Daily Build 2883
-
Android 9 tablet is running 6.0.1
-
Galaxy Nexus phone is running 4.2.2
-
Nexus 6 phone is running 6.0.1
-
iPhone 4s is running iOS 9.3.2
Is this normal behavior? If so, how do I get the status bar to show on the iDevices?
Thank you,
Ed