android - 如何调用苹果和安卓的输入法确认键
伊谢尔伦
伊谢尔伦 2017-04-18 09:43:38
0
2
876

做了个搜索栏,页面里实现了搜索的功能,到了手机上,想点击输入法的确认的时候默认调用页面搜索按键的点击事件,改怎么做?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(2)
洪涛

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

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!