Closed bentindall closed 12 years ago
The only time I've seen this is when it is used in a tab group. The only way to "fix" it is to create the window with the tabBarHidden = true property.
It can't be the only way to fix it?
I just noticed this problem using the SMSView in a tabGroup window.
It makes the SMSView unusable in any app that uses tabGroups...
Three options here:
As of right now, I have not found a way to make it work with the tab bar on.
I understand, no problem. Hope someone will fix this. So keep this issue open.
Use the boolean: hasTab and it will fix the problem.
Ti.SMSView.createView({ hasTab: true });
When using the smsview on a window within a navigationGroup, and you try to send a message, there is a large space between the send message bar and the keyboard. It seems to work fine if you use the window in "modal" mode.