I'm using a ViewPager2 with 3 fragments (A, B and C).
Fragment A and C contain an EditText.
When selecting the EditText in fragment C, the ViewPager switches back to fragment A with focus on the EditText in fragment A (keyboard opens).
Can anybody explain this behaviour?