做了个搜索栏,页面里实现了搜索的功能,到了手机上,想点击输入法的确认的时候默认调用页面搜索按键的点击事件,改怎么做?
小伙看你根骨奇佳,潜力无限,来学PHP伐。
activity:
setOnEditorActionListener里面调用
xml:
android:imeActionLabel=""设置文字 android:imeOptions=""设置类型
I am only talking about iOS here. If you are using textview or textfield, then there is a shouldReturn method in the delegate method (the full name is not written). Here is the method that is executed when the return key is pressed
activity:
xml:
I am only talking about iOS here. If you are using textview or textfield, then there is a shouldReturn method in the delegate method (the full name is not written). Here is the method that is executed when the return key is pressed