HI,
Now i want to use gmail login in my app
So I am using
window.plugins.googleplus.login(
{
},
function (obj) {
alert(JSON.stringify(obj)); // do something useful instead of alerting
}
but there is no response after the login
Can anyone help me