Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23733] MobileWeb: Search button does not appear on iOS keyboard.

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionWon't Fix
Resolution Date2017-06-26T23:03:54.000+0000
Affected Version/sRelease 5.3.1
Fix Version/sn/a
ComponentsMobileWeb
Labelsn/a
ReporterMotiur Rahman
AssigneeUnknown
Created2016-08-04T21:02:02.000+0000
Updated2018-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

Comments

  1. Lee Morris 2017-06-26

    Marking ticket as "Won't Fix" as MobileWeb has been deprecated.
  2. Eric Merriman 2018-08-02

    Closing old "Won't fix" tickets. If you disagree, please reopen.

JSON Source