Cannot retain keyboard in titanium textfield - titanium

I am new to Appcelerator and I am tasked with migrating Titanium code to use latest SDK and I am facing issues with keyboard. When I edit a textfield, keyboard closes for every selection whereas I would like to retain it until I press "return" or "Done" button. Ay ideas how I can do this? Appreciate any help in this regards.
Thank you.

Related

Kivy - Disable touchpad touchscreen-like behavior

I need some help with programming a simple kivy app. I have the problem, that kivy 'matches' my laptops touchpad to the screen. i.e. I tap at the left center of the touchpad and kivy does not send a mouseclick at the current mouse position, but at the left center of the screen. This behavior is quite annoying, because it results in a 'clicking-interference'. Is there a way to fix this? It seems like a kind of touchscreen input is enabled. (maybe change this in the kivy config?)
I just want a normal mouse behavior. :/
Thanks in advance!
I got some help on the kivy discord.
To fix this I commented out the probesysfs line in the kivy config (~/.kivy/config.ini).

iOS::When i click the UITextView or UITextField keyboard is not getiing properly

When I click the UITextView , keyboard is getting like this image means below black screen
Anyone can you give me the suggesion for this.
Thanks in advance.
It's usually local issue(perhaps a bug), which might happen with prolonged usage without restart.
Resetting the simulator and restarting it would fix it.

Fix dot issue on TextField in Titanium

I am working on titanium application.When I have written text and press space button twice then dot is showing on Textfield and TextArea.Please suggest me how to fix it.I have attached the screen shot.
This is a feature on your phone, has nothing to do with Titanium. Go to Settings -> General -> Keyboard and turn off "." Shortcut

Is there a way to focus a popover for a Safari extension?

Just wanted to know if anyone knew how to put the focus on a popover for a Safari extension. Currently, the popover acts as if the window is inactive. This prevents any mouseover events from working and trying to type in any input field is difficult because there is no flashing cursor.
According to a post on the Safari developer forums, this is a known issue with Lion and they are looking into it.

Adding tooltip to UIbutton

Hey, am trying to figure out how to set up a button so that when the user clicks it a tooltip appears above it giving a brief description, similar to what happens when you click a pin in Google maps.
Does anyone have any ideas how to do this?
Thank
Hey, managed to get there in the end. What I wanted was a UIMenuItem and then just position it above my button by setting its frame