Change UI when keyboard opens in Android
Hi, I want to change view size when keyboard opens on Android. Right now when I click on textfiled, the keyboard opens and it changes UI itself. Thus, my header goes above the mobile's screen. On IOS,...
View ArticleHow to get letters from hardware keypad?
Hi I'm coding an app for a android device with an hardware keypad. The keypad is somwthing like this one :...
View ArticleAndroid: textfield in tableview looses focus when clicked
My app has a tableview with multiple rows, one of them containing a textfield. If there are only a few rows in the tableview, I can click on the textfield, it gets focus, the keyboard pops up and...
View ArticleI can not type in text field
I am using alloy to create my app .. i have a text field to enable the user enter his name ... when i test the app on the emulator it runs normally but when on a real device i can not enter any text .....
View ArticleWindow not resizing after applying the theme
Hi, I have a window which resizes when keyboard opens. But when I set the following theme, the window goes up when keyboard opens instead of resizing. <style name="Theme.NoActionBar"...
View ArticleHide auto correction suggestions on keyborad
Hi, I want to hide the suggestions shown over the keyboard for auto correction. Any way to do this?
View ArticleCreate custom keyboard module with Titanium
Hi all, I have a general question about Titanium. Is it possible to create a custom keyboard module like switfkeys for Android with Titanium? If so, do you know of any examples where this kind of thing...
View ArticleShow Android keyboard without the mic/autocomplete bar
I've got a TextField that's doing a search autocomplete, and if possible, I'd like to disable the mic/autocomplete bar on the keyboard when the TextField is focused. (It takes up a lot of unnecessary...
View ArticleRed Splash Screen Image Visible Under Keyboard
I am using the latest version with the Single Screen Template. All I did was add some text fields and a button. When I click a text field there is a red flash above the keyboard. I am sure this must be...
View ArticleIOS 8 Keyboard click loses focus on field
Hello all, I am using: App Studio 4.1.1 xCode 8.4 Yosemite 10.10.4 I am running into the issue that when the the keyboard is clicked (a single time), the field loses focus and the keyboard disappears....
View ArticleAllow only Numeric values to enter in Text-field
I am facing issue to allow only Numeric values in Text-field. I have set txtMobile.keyboardType = Ti.UI.KEYBOARD_NUMBER_PAD txtMobile.keyboardType =Ti.UI.KEYBOARD_PHONE_PAD Both of the keyboard...
View Article