-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(iOS)(9_0_X): Search Bar color property does not work with showCancel property in iOS 10 #11573
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vijaysingh-axway I am unable to see the changes on iOS 13.4 (iphone 8 simulator) but with the master PR I am able to (#11572)
This change fix issue in iOS 10. DO you mean the behavior is not expected in iOS 13.4? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FR passed Now that #11566 is merged. Tested using the following test case:
var win = Ti.UI.createWindow({
backgroundColor: '#fff'
});
var searchBar = Ti.UI.createSearchBar({
color: 'red',
barColor: 'gray',
showCancel: 'true',
hintTextColor: 'red',
hintText: 'Enter Value',
height: 43,
top: 100
});
win.add(searchBar);
win.open();
Environment
MacOS Catalina: 10.15.5 Beta
Xcode: 11.4
Java Version: 1.8.0_131
Android NDK: 21.1.6273396-beta2
Node.js: 10.16.3
""NPM":"5.0.0-1","CLI":"8.0.0-master.10""
iphone 8 Sim (10.3)
https://jira.appcelerator.org/browse/TIMOB-27820