Hi, I am using Titanium 2.0 and developing an application for iOS. I want to host Kiwiviewer( http://www.kiwiviewer.org/) from Kitware Inc. in my application to show 3D graphical object. Kiwiviewer provides application that can be installed on iOS , but is there a way to host this app inside Titanium application?
Thanks, Puneet
1 Answer
You cannot host an app inside of another app, unless the inner app is a webapp. However, Kiwiviewer is open source, so you can take their libraries and create custom modules for them and use them inside your titanium applications. See the Module Development Guides for more information on that.
Your Answer
Think you can help? Login to answer this question!