search

Home  >  Q&A  >  body text

android - 如何调用苹果和安卓的输入法确认键

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

伊谢尔伦伊谢尔伦2784 days ago892

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-04-18 09:45:38

    activity:

    setOnEditorActionListener里面调用

    xml:

    android:imeActionLabel=""设置文字
    android:imeOptions=""设置类型

    reply
    0
  • 巴扎黑

    巴扎黑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

    reply
    0
  • Cancelreply