3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#1,926 forks (1,926 forks)batch import
help wantedp/Androidt/bug :bug:up-for-grabs
Repository metrics
- Stars
- 5,644 stars (5,644 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Description
When I'm not at a main page and open an another app and then again open my xamarin app it open the main page. (I've only reproduce it on Android and don't know about other platforms).
Steps to Reproduce
- Open application.
- Open an another page, not a main page.
- Then use split screen mode and your app will automatically open main page.
Contributor guide
- Research direction
- Investigate how the main page is set in Xamarin.Forms and how Android's activity lifecycle affects page navigation. Focus on OnResume and OnRestoreInstanceState methods to understand why the app returns to the main page when resuming from split screen.
- Tech stack
- csharpandroid
- Domain
- mobile
- Issue type
- Bug
- Prerequisites
- C#Xamarin.Forms basicsAndroid lifecycle