做了个搜索栏,页面里实现了搜索的功能,到了手机上,想点击输入法的确认的时候默认调用页面搜索按键的点击事件,改怎么做?
PHP中文网2017-04-18 09:45:38
activity:
setOnEditorActionListener里面调用
xml:
android:imeActionLabel=""设置文字
android:imeOptions=""设置类型
巴扎黑2017-04-18 09:45:38
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