I previously created a magazine app using PhoneGap and I wasn’t satisfied with the performance of the app. I did my homework and researches brought me to appcelerator. I can’t seem to find in Appcelerator whether there is a 100% support with Jquery (with all its plugins) and CSS3 transforms. I want to know if I am not wasting my time learning the API because my magazines NEED CSS3 and the use of some JQuery plugins. Please mention as well if there is a better way to satisfy my needs. Thank you!
I previously created a magazine app using PhoneGap and I wasn’t satisfied with the
Share
Titanium Desktop uses the webkit engine, So you’ll get whatever html5/css3 features webkit has.
Titanium mobile moved to a JavaScript-based workflow, but you can still pull up a WebView which would allow you to use html + css for development. (again, webkit based)
see: http://developer.appcelerator.com/apidoc/mobile/1.0/Titanium.UI.WebView
Native-based views will be faster than using WebViews.