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

Playground.Forms.Droid can't resume after being hidden by back key #2332

Closed
2 of 7 tasks
flyingxu opened this issue Nov 1, 2017 · 1 comment
Closed
2 of 7 tasks
Labels
p/forms Xamarin.Forms platform p/samples Samples platform t/bug Bug type
Milestone

Comments

@flyingxu
Copy link

flyingxu commented Nov 1, 2017

Steps to reproduce

  1. Clone the latest code, develop branch

  2. Set Playground.Forms.Droid as the startup project, compile it. (in my case, I have to change the compiler SDK to 7.1 and the target SDK same as compiling SDK because the original setting of SDK is not installed on my computer).

  3. Run Playground.Forms.Droid on real device or simulator. After a loading page, the "Root page" is displayed.

  4. Press "Back" button of the device or the simulator to hide the app. Then Tap the app again to resume it.

Expected behavior

"Playground.Forms.Droid" should display the Root page.

Actual behavior

There is a white blank page displaying. At the phase, the Back key is not working (I can't exit or hide the app by pressing back button)

Configuration

Version: 5.4 (should be the latest develop branch)

Platform:

  • iOS
  • Android
  • WPF
  • UWP
  • MacOS
  • tvOS
  • Xamarin.Forms

Xamarin.Forms version is 2.4.0.282, the original version which is not updated during the test.

@flyingxu
Copy link
Author

flyingxu commented Nov 1, 2017

The issue still exists after I upgraded "Xamarin.Forms" to version="2.4.0.38779"

@martijn00 martijn00 added this to the 5.5.0 milestone Nov 23, 2017
@nmilcoff nmilcoff added t/bug Bug type p/forms Xamarin.Forms platform p/samples Samples platform labels Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p/forms Xamarin.Forms platform p/samples Samples platform t/bug Bug type
Development

No branches or pull requests

3 participants