-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
On controller.js , there is success call back method. Unfortunately I am not receiving the call back.
And I dont even see any error that is coming up. Please help.
$scope.gLogin=function(){
//Login with Google Api Client Plugin
if(isAndroid() || isiOS()){
navigator.googleConnectPlugin.googleLogin({
successCallback : function(userProfile){
//alert('User Name'+JSON.stringify(userProfile));
localStorage.setItem('UserProfile',JSON.stringify(userProfile));
},
errorCallback : function(error){
alert('Error :'+error);
}
});
}
else
{
console.log('no feature');
}
}
Thanks,
Sagar
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels