-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
在Entry和Editor上输入,取消焦点和离开当前页后,键盘依然显示,并且影响页面。 #7588
Comments
If the video can't play, please download and play. |
@silmooninc, let me translate this issue into English, feel free to point out anything doesn't make sense: Description Steps to Reproduce
Version with bug Last version that worked well Affected platforms Affected platform versions Did you find any workaround? Relevant log output |
YES, Because when using Chinese, the description is guaranteed to be clear and concise, and there is no ambiguity. In the MainPage Page, click on the Entry control, the focus is in the control, at this time, if you click on the other empty space on the page, you cannot cancel the focus of the Entry, and the keyboard is always there. If you enter the cursor, the handle is displayed. The handle also remains on the new page. |
此问题依然存在,并且在Android和iOS上都有错误。 |
两个月过去了 没解决方案吗?无尽的BUG |
好像根本没人吊这个BUG,这个问题不解决无法把现有的Xamarin迁移过来。。。 |
Duplicate of #10978 |
Description
在Entry或Editor上输入数据,点击其他空白处,键盘依然存在,焦点依然在输入框。
如果含有一个按钮点击之后,使用PushModal到另外的页面,键盘依然存在,使用back键后键盘消失,存在的键盘会截断新页面的显示。
Steps to Reproduce
private async void Button_Clicked(object sender, EventArgs e)
{
await Navigation.PushModalAsync(new NewPage1());
}
rec.mp4
Version with bug
6.0 Release Candidate 1 or older
Last version that worked well
Release Candidate 3 (current)
Affected platforms
Android
Affected platform versions
Android 11***
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: