Earlier quoted context omitted.
They have no other choice; Apple won't accept apps with custom web rendering engines.
Rendering engines are okay. Its the Javascript execution engine that is not allowed. You can render all the HTML you want, you just can't allow untrusted code to be executed.
(if you could, everyone would just do that to get dynamic behavior using javascript in their apps as a scripting language)