anishkumar
20 Oct 2010, 8:14 PM
I have a code in a if condition as follows..
if (Ext.is.AndroidOS) {
//something happens
}
else
{
//something happens
}
I check the code with android.But the else condition is executing.....how to check the current OS is android...Is above condition is Wrong????
if (Ext.is.AndroidOS) {
//something happens
}
else
{
//something happens
}
I check the code with android.But the else condition is executing.....how to check the current OS is android...Is above condition is Wrong????