Search code examples
mobilecross-platformmobile-websitetitaniumappcelerator

A small query regarding appcelerator titanium?


i'm planning on working with titanium.

i want to know if "Same origin policy" can be eliminated by using titanium.

are there any drawbacks in titanium?

please recommend some cross-platforms..

please do leave some suggestions..

Thank you,


Solution

  • SOP is especially used for HTTP. So it doesn't concern titanium since it only use javascript as "local" language that is "translated" into xcode. at the end you got an simple xcode-project and an .app file.

    i use it for a quite complex app and it works fine. i needed adding some features as module written in objC since the framework isn't as ongoing concering the iphone API as the native objC, but that worked out fine.