Hey guys, I have a window that contains two text fields and two buttons. When I'm on the second text field, the keyboard ends up covering the buttons, making them inaccessible. To overcome this issue, I currently have to rotate my device sideways, which reveals a 'done button' in the text field to dismiss the keyboard. However, I will soon be locking my app to portrait mode and am looking for a permanent solution. Is there a specific type of keyboard I can implement that includes a built-in button to remove the keyboard? I am using titanium for development.