Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.1.0
-
None
-
Xcode: Version 5.0.1 (5A2053)
Cordova cli:3.1.0-0.2.0
Device: iPod touch (5th generation) iOS 7.0
Description
1. Since most of mobile spec test pages have a dark background, I set the value of 'UIStatusBarStyle' as 'UIStatusBarStyleLightContent' in info.plist in order to display statusbar correctly! For most of the test pages, everything goes well.
2. However, open the test:Capture->'Capture 10 secs of audio and play', the status bar's text cannot be seen clearly(See attached screenshots).
I think there are two ways to fix it:
1. hide status bar but maybe it's not a good idea
2. set status bar's style to UIStatusBarStyleDefault(dark content) in plugin native code