Unplanned
Last Updated: 26 Feb 2026 09:15 by Mansi
Juraj
Created on: 02 Apr 2025 08:06
Category: TabView
Type: Bug Report
0
TabView: [Android] Input controls in the content are covered by keyboard in all tabs different than the first

I have TabView which contains multiple tabs and tabs contains ScrollView with multiple entry elements.

After click on entry keyboard on android in the first tab, the content moves so you can see what to type in the input.

For all other tabs, the keyboard covers the entry.

8 comments
Mansi
Posted on: 26 Feb 2026 09:15
Also suggesting you to check 2nd,3rd tabs as first one works fine. The problem starts with tabs other than 1st one.
Mansi
Posted on: 26 Feb 2026 09:14
Entry is behaving in that way with the workaround you have suggested below. Once the workaround is removed it  all works fine but the tabview will not. This is happening with syncfusion tabview as well and it seems to me it's a bug on maui side. If there is any other way where this tabview can be rectified without the workaround mentioned by you before that would be helpful. 
ADMIN
Didi
Posted on: 25 Feb 2026 08:26

Hello Mansi,

Thank you for the provided project.

The behavior happens outside of the TabView control. When the entry is positioned outside of the TabView and gets focused, the keyboard appears and this pushes up the Entry and the UI. This is how the entry control behaves. When you remove the entry that is outside of the TabView and use only TabView on the page, when focusing an entry that is on top position in the TabView, the UI does not pushes up - video is attached.

The workaround suggested in this bug report is for the TabView when having an input element inside the TabView content and when the keyboard soft mode is set to resize.

I hope the provided information explains the case.

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Mansi
Posted on: 24 Feb 2026 14:31
Check the entry on top. That shrinks when keyboard is open with the changes mentioned in the comments.
Attached Files:
ADMIN
Didi
Posted on: 24 Feb 2026 11:15

Hello Mansi,

I have tested the resize option and it works on my side in the tabs different than the first one. So the keyboard pushes up the entry/editor/input control that gets focused. The other UI does not disturb, so I am not sure what is the exact issue on your side.

If you want me further research this case, you can send a sample app to this feedback item, or if you do not want to share the project publicly, open a support ticket and attach the project there.

Regards,
Didi
Progress Telerik

Mansi
Posted on: 20 Feb 2026 12:44
This use soft input mode to resize: https://learn.microsoft.com/en-us/dotnet/maui/android/platform-specifics/soft-keyboard-input-mode?view=net-maui-9.0  is behaving same as adding Adjust resize in oncreate. This is disturbing the other layouts.
Mansi
Posted on: 20 Feb 2026 12:22
This still doesn't work.The keyboard hides the contents in tabs other than the first one. And if Adjustresize is set on oncreate it disturbs the other layouts.
ADMIN
Didi
Posted on: 03 Apr 2025 09:25

Workaround: 

use soft input mode to resize: https://learn.microsoft.com/en-us/dotnet/maui/android/platform-specifics/soft-keyboard-input-mode?view=net-maui-9.0 

Regards,
Didi
Progress Telerik

Enjoyed our products? Share your experience on G2 and receive a $25 Amazon gift card for a limited time!