What steps will reproduce the problem?
1. Set the stage view:
var webView:StageWebView = new StageWebView();
webView.assignFocus();
webView.stage = stage;
webView.viewPort = new Rectangle(50, 50, 500, 500);
2. Call FacebookMobile.login(onLogin, stage, ["publish_stream", "user_photos"],
webView);
3.Observe the Facebook Login page.
What is the expected output? What do you see instead?
The login page should contain a cancel button to abort the operation.
But the page only contains a login button and no way to close the webView.
What version of the product are you using? On what operating system?
GraphAPI_Mobile_1_8_1.swc, Windows 7, Air 3.2, Android.
Please provide any additional information below.
Original issue reported on code.google.com by LorenzoN...@gmail.com on 23 May 2012 at 9:02
Original issue reported on code.google.com by
LorenzoN...@gmail.com
on 23 May 2012 at 9:02