Hi,
I saw in some your answers that I can use the Tiggr.navigateTo() javascript API to navigate via custom javascript to another screen.
In your code you use two parameters like
Tiggr.navigateTo('mainScreen',"ajax");
but in the doc, this method has only one parameter
http://tiggzi.com/api/symbols/Tiggr.h...
My question is: which are the values I can use as second parameter?
Thanks