Reputation: 373
I want to run our Nativescript app in the iOS emulator so I can make screenshots of different sizes. However, the top bar that shows the title and the back button isn't shown in the emulator. If I click on it, the button does work, but it's not visible.
How can we get the top bar to be visible in the emulator?
See here the difference:
Screenshot from my iphone including top bar:
Upvotes: 0
Views: 158
Reputation: 373
Updating nativescript to "@nativescript/core": "~8.1.0" resolved this issue :)
Upvotes: 1