iPhone app is full screen after CLI-7.0.1 upgrade

1
  I have upgraded my phonegap CLI from 6.5.0 to 7.0.1. After that the app is going full screen. I tried setting fullscreen to false as shown below. Didn't help. Appreciate any advise I can get on this.   <preference name="fullscreen" value="false" />
asked
1 answers
0

Hi Vinod, you can remove the fullscreen setting from the config.xml. I have solved this issue by adding the mobile features widget, and enabling the statusbar from there like:

answered