I cannot seem to navigate to a screen after user clicks ok
I cannot seem to navigate to a screen after user clicks ok
sorry got it working using this
var r=confirm("Warning! GPS is required");
if (r==true)
{
Tiggr.navigateTo('Geolocation');
}
else
{
//do nothing
}