I am developed an app for iOS using Titanium. Now my idea is to try to port it to android devices.
I am finding lots of errors which I am solving as I go, but I don't seem to find the solution to this one.
My app for iOS uses createNavigationWindow
to navigate through the whole app. Android don't like that command as it tells me it is undefined.
I been looking for an Android version of createNavigationWindow
but can't find it.
Any tip in the right direction will be really appreciated.
Titanium SDK : 3.1.3 Android: 4.4Thanks!