[Development] Qt5 & iOS

Ian Dean ian at mediator-software.com
Mon Dec 17 14:46:02 CET 2012


The reason why Google doesn't use V8 on iOS is that the Apple restriction is 
that their JS engine must be used to run any JS that is downloaded from the net. 
That is an issue for a web browser, but not a sand-boxed application. In any 
case, you'd use Qt's embedded resources for your JS, so Apple wouldn't need to 
know you were even using a JS engine...



More information about the Development mailing list