kennylerma / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Blank Screen After Login on Android Tablet #352

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call FacebookMobile.login(APP_ID, cbLogin) on an Android tablet.
2. Enter Facebook account credentials and press "Login".

What is the expected output? What do you see instead?
-Expected: The login window closes and returns to the screen that launched the 
login window. The callback function 'cbLogin' is called.
-Actual: The screen goes completely white, and has 'Success' in small black 
text in the top left corner of the screen. The callback function 'cbLogin' is 
never called.

What version of the product are you using? On what operating system?
-Android v3.2
-facebook-actionscript-ap v1.7
-ASUS Eee Pad Transformer TF101

Please provide any additional information below.
I've tested this on 2 Android phones, the HTC Incredible (Android v2.2) and the 
HTC Thunderbolt (Android v2.2.1), and it works fine on both.

Original issue reported on code.google.com by blachn...@gmail.com on 8 Sep 2011 at 8:06

GoogleCodeExporter commented 9 years ago
After further investigation I found that 
'MobileLoginWindow.handleLocationChange()' (the event handler for the 
'Event.LOCATION_CHANGE') is not being called (the event is not being fired) 
when the webView navigates to the success page 
(https://www.facebook.com/connect/login_success.html).

Original comment by blachn...@gmail.com on 9 Sep 2011 at 7:30

GoogleCodeExporter commented 9 years ago
This could be a duplicate of issue 329. When I made the change described in 329 
in my local copy of version 1.7, this fixed my issue on a Samsung Galaxy 
running Android 3.1.

Original comment by rajesh.c...@gmail.com on 10 Sep 2011 at 3:03

GoogleCodeExporter commented 9 years ago
I apologize, this is indeed a duplicate issue. I need to do a better job of 
looking through the existing issues next time. Thank you for the heads up, and 
I will give your  change a try.

Original comment by blachn...@gmail.com on 10 Sep 2011 at 3:09

GoogleCodeExporter commented 9 years ago

Original comment by ryanstew...@gmail.com on 17 Sep 2011 at 8:15