The Javascript interpreter requirement is for 3rd party web browsers that download Javascript. If you bundle all scripts with the application you can use whatever interpreter you like. Same goes if you write the scripts on the device, e.g., the Codea app. I have no idea if that would make it acceptable for the QT 5 framework or not.
The code/data restrictions are much more serious though. It's not possible to work around that limitation. The iOS native Javascript is given a system exception but that's because Apple trusts their implementation. That trust isn't possible to gain for 3rd party interpreters.


Reply With Quote