TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

IOS 4.3 Nitro JS engine disabled for full screen apps and uiwebview

88 pointsby marcusrambergabout 14 years ago

8 comments

nazabout 14 years ago
I think Hanlon's razor applies here. A lot of people will be slating Apple for sabotaging non-native apps, but it's really just a bug.
评论 #2318037 未加载
geuisabout 14 years ago
To add another note to this, its a bug that Apple seems to know about. I can't link to it because its marked CONFIDENTIAL across the top of the dev forums, but in short its known about and being investigated.
buymorechuckabout 14 years ago
I suspect the reason is due to security concerns about running JIT executable code in 3rd-party apps. I have a harder time understanding full-screen web apps, however. Those should be running within some kind of full-screen Mobile Safari mode.
评论 #2318028 未加载
评论 #2318027 未加载
评论 #2318284 未加载
geuisabout 14 years ago
Some numbers for folks to examine based on 3x test of each state:<p>Non-fullscreen: 4094.5ms (test average) Fullscreen: 10528.2ms (test average)
评论 #2318040 未加载
评论 #2318417 未加载
some1elseabout 14 years ago
I would paraphrase this to "Nitro JS not enabled for fullscreen apps and UIWebView".<p>Their exact motives will be revealed when they announce whether they plan to fix it or not.<p>Sure looks like a convenient bug though. In a sense, Microsoft probably didn't intentionally loose to other browsers with IE6, it was just very convenient for them to keep the entire web application ecosystem gimped for a few releases of Office...
matclaytonabout 14 years ago
Does apple actively want native apps to out perform html5? Of course, but enough that would hinder the natural install points, seems a little crazy even for apple...... is this the same on the iPad and iPhone/iPod?
评论 #2318236 未加载
g-rocabout 14 years ago
it's a known issue to apple, several bug reports have been filed, so let's wait and see (hope). it's pretty discouraging nevertheless. if you want to confirm with the V8 benchmark, you can use my homescreen-enabled version (version 5) here: <a href="http://pavingways.com/test/v8-5/" rel="nofollow">http://pavingways.com/test/v8-5/</a> - numbers are around 230 in safari to only 90 as a homescreen app :(
zitterbewegungabout 14 years ago
I wonder what is the reasoning behind disabling the faster JS engine for full screen apps and uiwebview?
评论 #2317969 未加载
评论 #2317950 未加载