Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Phone Back Button doesnt work during AUTH flow #422

Closed
GoogleCodeExporter opened this issue Apr 14, 2015 · 7 comments
Closed

Windows Phone Back Button doesnt work during AUTH flow #422

GoogleCodeExporter opened this issue Apr 14, 2015 · 7 comments
Assignees

Comments

@GoogleCodeExporter
Copy link

Windows Phone application using Google Auth API fails Microsoft certification 
due to "back button" certification requirements.

1. Start oAuth flow by calling GoogleWebAuthorizationBroker.AuthorizeAsync
2. The actual app "page content" is replaced by a Google Login page 
3. Press back button on windows phone
4. Nothing happens, the google login page stays on screen. 

Expected output is that the google login page is removed and the "actual page 
content" is displayed. 

Google.Apis.Auth v1.6.0.16898 acquired from Nuget
Windows Phone 8 OS 
Visual Studio 2013
.Net for WindowsPhone8.0

Additional Info:
There is probably a related issue that happens intermittently. If I go through 
the authorization process i.e. login, authorize the app to access my info, 
accept, the view reverts back to the login page. Normally (correct behavior) 
the webbrowser control disappears and I am redirected to my app. But sometimes, 
that never happens, the login page keeps coming up no mater how many times I 
perform successful login and authorize the app to access my data, press 
"accept" button.


Original issue reported on code.google.com by im...@danglingconcepts.com on 2 Dec 2013 at 6:25

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 3 Dec 2013 at 1:16

  • Added labels: Component-Auth

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 3 Dec 2013 at 1:17

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

For now, I did a quick and dirty fix in my application code after checking out 
the code of the component. The component is saving out the page.Content and 
setting a user control as Content of the page with the browser control. This of 
course does not handle the back button.
So what I have now is in my original Page I save out the page.Content. When 
Back button is pressed I check if the page.Content != mySavedOutContent and 
then set the savedOutContent to page.Content.
This will get me through the Microsoft certification process and hopefully not 
cause any side effects. 
Maybe if a function is added to cancel the "Auth" task and revert the original 
content back, it will be better to "call" from my app code to dispose 
everything cleanly.

Original comment by im...@danglingconcepts.com on 3 Dec 2013 at 9:13

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 29 Dec 2013 at 1:15

  • Added labels: Milestone-Release1.8

@GoogleCodeExporter
Copy link
Author

https://codereview.appspot.com/46440043/

Original comment by pele...@google.com on 30 Dec 2013 at 11:09

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 10 Jan 2014 at 5:00

@GoogleCodeExporter
Copy link
Author

Original comment by pele...@google.com on 14 Jan 2014 at 11:35

  • Changed state: Fixed

@yoshi-automation yoshi-automation added triage me I really want to be triaged. 🚨 This issue needs some love. labels Apr 6, 2020
@jskeet jskeet removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants