Comment on Anatomy of a Native Feeling HTML5 iOS AppparentComments−cheeaun13yTrue. I wonder if there's a fix for this in PhoneGap, at least.−beaucollins13yOne workaround that was functional but subpar experience-wise:Put a transparent UIView over the status bar and wire it up to call a javascript function on your UIWebView using stringByEvaluatingJavaScriptFromString.
Comments
True. I wonder if there's a fix for this in PhoneGap, at least.
One workaround that was functional but subpar experience-wise:
Put a transparent UIView over the status bar and wire it up to call a javascript function on your UIWebView using stringByEvaluatingJavaScriptFromString.