Hello Team,
After last day update, my this code is not working for a service's complete event.
if(response == '0017')
{
Appery.navigateTo('SecurityCodeAuthentication', {});
}
in this code.. I am getting response value from localStorage item, and before the update it was working fine, but now I am getting its value as ""0011"" instead of single commas..there are doubles. I don't know why. Please help me.
No error in Console.