Apple allows hot code push for JS downloaded and run by WebKit
1–10 of 74 posts
Re: Apple allows hot code push for JS downloaded and run by WebKit
#2So now I could instantly push an update to my apps by hot-swapping the js code, while a native version would be stuck in a a multi-day approval process.
I can imaging there are some scenarios where getting a feature to market before a competitor would make this feature really valuable.
One question, it specifically mentions using the WebKit framework, does that mean that this is not allowed under the old UIWebView class?
Re: Apple allows hot code push for JS downloaded and run by WebKit
#3This is probably the only feature that gives hybrid apps an actual upper-hand vs their native counterparts. So now I could instantly push an update to my apps by hot-swapping the js code, while a native version would be stuck in a a multi-day approval process. I can imaging there are some scenarios where getting a feature to market before a competitor would make this feature really valuable. One question, it specific…
Re: Apple allows hot code push for JS downloaded and run by WebKit
#4This is probably the only feature that gives hybrid apps an actual upper-hand vs their native counterparts. So now I could instantly push an update to my apps by hot-swapping the js code, while a native version would be stuck in a a multi-day approval process. I can imaging there are some scenarios where getting a feature to market before a competitor would make this feature really valuable. One question, it specific…
Of course, this advantage is more than outweighed by having to use JavaScript in the first place.
Now the bugs and shortcomings of CSS, that's certainly a knock against hybrid apps :)
Re: Apple allows hot code push for JS downloaded and run by WebKit
#5This is probably the only feature that gives hybrid apps an actual upper-hand vs their native counterparts. So now I could instantly push an update to my apps by hot-swapping the js code, while a native version would be stuck in a a multi-day approval process. I can imaging there are some scenarios where getting a feature to market before a competitor would make this feature really valuable. One question, it specific…
Re: Apple allows hot code push for JS downloaded and run by WebKit
#6Re: Apple allows hot code push for JS downloaded and run by WebKit
#7Re: Apple allows hot code push for JS downloaded and run by WebKit
#8Last I read, Apple was limiting javascript performance in UIWebViews compared to what was available in Safari, is this still the case?
Re: Apple allows hot code push for JS downloaded and run by WebKit
#9Earlier quoted context omitted.
Of course, this advantage is more than outweighed by having to use JavaScript in the first place.
Considering all of the languages that can transpile to JS, I wouldn't say that's an issue. Now the bugs and shortcomings of CSS, that's certainly a knock against hybrid apps :)