Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6582] Android: rightButton not working on Android textFields

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionInvalid
Resolution Date2013-02-21T15:32:46.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAndroid
Labelsapi, exalture
ReporterIan Howarth
AssigneeSunila
Created2011-12-12T14:49:11.000+0000
Updated2017-03-13T17:56:35.000+0000

Description

var win = Ti.UI.createWindow();

var button = Ti.UI.createButton({top:40,height:30, width:30, title:'B'});

var text = Ti.UI.createTextField({
	width:100,
	height:40,
	backgroundColor:'#fff',
	top:40,
	rightButton: button,
	rightButtonMode: Titanium.UI.INPUT_BUTTONMODE_ALWAYS
});


win.add(text);

win.open();

Comments

  1. Sunila 2013-02-21

    Right button is an IOS native feature, it is not supported in Android.
  2. Lee Morris 2017-03-13

    Closing ticket as invalid.

JSON Source