Comment on Anatomy of a Native Feeling HTML5 iOS AppparentComments−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
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.