英文:
Is there a way to hide the white page shown when focus on search bar in xamarin forms app
问题
当我按下Xamarin Forms搜索栏上的文本输入时,会显示一个页面,带有键盘、编辑器和按钮,该按钮占据整个屏幕宽度,但我需要基本页面在按钮上方显示键盘,就像聊天或其他搜索引擎一样。我附上了在横向模式下按下键入时显示的页面。
我尝试了SoftInput.Resize,但没有改变任何内容。
英文:
enter image description hereWhen I press to write text on the xamarin forms searchbar a page shown with keyboard and editor and button that fill the full width of screen but I nerd the basic page to show with keyboard on the button like chat or any other search engine I attach the page shown when press to typing on landscape mode
I try softinput. Resize but no doesn't change anything
答案1
得分: 0
这与Android版本有关。我在Android 7.0上测试了搜索栏,它会打开一个页面,显示键盘、编辑器和填满整个屏幕宽度的按钮。但在Android 13上不会发生这种情况。
英文:
This related to the Android version.
I tested search bar on the Android 7.0 it will open the page show with keyboard and editor and button that fill the full width of screen. But on the Android 13 it will not happen.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论