1 decade ago by yatayata
some questions on iOS impact:
1) http requests?
Does the iOS build of impact support ajax calls? I wanted to see what problems might lie ahead.
since iOS impact is using JavaScriptCore (apples JS interpreter), is it safe to assume that all pure js language features are supported? eg:
xmlHttp = new XMLHttpRequest();
of course all the DOM stuff is not there but not exactly sure where the border between browser interpreter.
I was also going to try including zepto.js to get a better interface to ajax calls - but not deal with all of JQuery. zepto is more modular so i can remove the DOM dependent code too.
2) browser dialogs
the next step, in terms of getting dialogs inside iOS impact would seem to be a big step. has anyone started on this? i am specifically interested in getting a native performance impact game out, that supports the facebook APIs, which seem to rely a lot on browser/ uiWebView dialogs...
3) phonegap?
has anyone looked at getting iOS impact running within phonegap? this would allow a lot of other normal browser features as part of a larger app. eg a shop system, or to take advantage of other phonegap plugins for stuff like twitter or IAP.
if anyone is interested in working on these features as a dev contract, i have budget for this.
1) http requests?
Does the iOS build of impact support ajax calls? I wanted to see what problems might lie ahead.
since iOS impact is using JavaScriptCore (apples JS interpreter), is it safe to assume that all pure js language features are supported? eg:
xmlHttp = new XMLHttpRequest();
of course all the DOM stuff is not there but not exactly sure where the border between browser interpreter.
I was also going to try including zepto.js to get a better interface to ajax calls - but not deal with all of JQuery. zepto is more modular so i can remove the DOM dependent code too.
2) browser dialogs
the next step, in terms of getting dialogs inside iOS impact would seem to be a big step. has anyone started on this? i am specifically interested in getting a native performance impact game out, that supports the facebook APIs, which seem to rely a lot on browser/ uiWebView dialogs...
3) phonegap?
has anyone looked at getting iOS impact running within phonegap? this would allow a lot of other normal browser features as part of a larger app. eg a shop system, or to take advantage of other phonegap plugins for stuff like twitter or IAP.
if anyone is interested in working on these features as a dev contract, i have budget for this.