You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using cordova 3.6.3
I have an app which had tabactivity and I converted it into fragments
I have facebook connect plugin and it's not working properly, the login process starts and it goes to facebook app asking for permission, then it returns to the app again but with no data at all.
I think the cordova web view in the fragment does not get the cordova plugin result.
Also I noticed after switching to fragments, the function navigator.app.exitApp(); is no longer working
The text was updated successfully, but these errors were encountered:
Hello,
I'm using cordova 3.6.3
I have an app which had tabactivity and I converted it into fragments
I have facebook connect plugin and it's not working properly, the login process starts and it goes to facebook app asking for permission, then it returns to the app again but with no data at all.
I think the cordova web view in the fragment does not get the cordova plugin result.
Also I noticed after switching to fragments, the function navigator.app.exitApp(); is no longer working
The text was updated successfully, but these errors were encountered: