I need to display operation system native progress bar in (html5) web page. I have progress tag in following html file
< progress value="22" max="100" />
It works great in Safari 6.0 OSX Lion 10.7.4, but it doesn't in WebKit's WebView.. The rest of the page displaying is well, but no progress bar. Anyone have idea why this is happening? I thought WebKit and Safari is actually the same, but it seems it doesn't. :(