[TIMOB-23733] MobileWeb: Search button does not appear on iOS keyboard.
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | None |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-06-26T23:03:54.000+0000 |
Affected Version/s | Release 5.3.1 |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Motiur Rahman |
Assignee | Unknown |
Created | 2016-08-04T21:02:02.000+0000 |
Updated | 2018-08-02T22:20:09.000+0000 |
Description
No Search Button on iOS keyboard.
Steps:
1.Open Project 2.Run using Mobile Web Preview in Browser 3.With iOS Simulator, view the build in Safari 4.Click in Text field 5.Toggle Software Keyboard if necessary to show iOS keyboard in Simulator 6.Search key does not show where return key is, even though it is set in the Textfield parameter with returnKeyType="Titanium.UI.RETURNKEY_SEARCH"Test Case
var win = Ti.UI.createWindow({
backgroundColor : 'white'
});
var textField = Ti.UI.createTextField({
color : '#336699',
top : 10,
left : 10,
width : 250,
height : 60,
returnKeyType : Titanium.UI.RETURNKEY_SEARCH,
});
win.add(textField);
win.open();
Thanks
Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
Closing old "Won't fix" tickets. If you disagree, please reopen.