rbahumi

Results 5 comments of rbahumi

Hi All, Thanks for all your comments. I manage to build (after reading your suggestions) an example that works without modifying the Infowindow code. The infoWindow itself should only contain...

Below are some extra details. This is my index.html: ``` var APP_ID = '352872202215'; document.addEventListener('deviceready', bar, false); function bar(){ //alert('deviceready'); facebookConnect = window.plugins.facebookConnect; } function login(){ alert('login'); facebookConnect.login({permissions: ["email", "user_about_me"],...

Another thing, I am running these tests on an iPhone 5.1 simulator without a facebook app installed. All authentications are going directly to the Safari browser.

Any updates about this issue? I have posted a bug report in stackoverflow, maybe someone will know the answer. http://stackoverflow.com/questions/12113810/facebook-feed-posts-link-opens-on-the-current-browser-window

This issue only happens in your android version. The iPhone posts work just fine. Can you please verify that you have read this? And please, let me know if you...