如何将返回键添加到ios的Titanium搜索栏

时间:2017-11-21 15:32:57

标签: appcelerator appcelerator-titanium appcelerator-alloy appcelerator-studio

我正在开发app.I我在搜索栏中遇到问题。当搜索栏没有文本时,它会禁用“搜索”键,用户卡在屏幕上。

当用户开始在其中输入文本时,将启用搜索键。

我想在Appcelerator钛搜索栏中添加retu键而不是搜索键,它应该作为返回键。按下返回键应该隐藏键盘。

提前致谢。

1 个答案:

答案 0 :(得分:2)

点击SearchBar的“取消”按钮,您需要添加手动代码来隐藏键盘。

以下代码应按预期工作:

b=40000  
c=a+b // the value of c should be imported from the php file  
print c  

您可以使用其他事件来跟踪搜索栏是否为空,或何时隐藏键盘或何时清除搜索文本等。