Community Questions & Answers
Android fontSize different layout
Hi. I need to use different fontSize for Android device. Is it possible in Titanium ? How can I set this value ? In Java-Android app I can set values <dimen> or <string> in different "res" folder. In Titanium ?
How to change the font size of app as small, medium and large in android/iOs?
Hi Plz anyone help me in how to change the fontsize of the whole app? like **small** **medium** and **large** whenever required while running the app. I'm using Application type: mobile Titanium SDK: 3.0.0 Platform & version: Android 2.2 Device:...
To change the font size of the app whenever required by the user afte depploying to the mobile
hi is there any ready code to change the fontsize of the app whenever required by the user?
Get same density specific fontsize (sp) in webview (as in label) on Android
I run into the following problem. I use the sp units to define the fontsize on android (in labels). Now, I want to get the same fontsize in the webview, but I cannot get it to work. I cannot define sp in a webview, but using px will not work as it is...
Maximum font size that fits in a fixed width
Is there anyway to know the maximum font size I can set to a fixed width label? I know I could set any large value to fontSize and then set minimumFontSize property so it would auto scale. But I need to know the size after the font has been scaled so I...
Localization and auto font size
Hi, I'm testing my app and when I switch language I can see that some texts are wider in some languages and hence do not fit in some buttons. I've been trying to find a solution without success. The idea would be to have some sort of fontSize: 'auto'...
textArea - how to refresh fontSize?
i struggle with textArea font size on Android - i try to change it with: ~~~ textArea.startLayout(); textArea.font.fontSize=60; textArea.finishLayout(); ~~~ but no luck: while the value of textArea.font.fontSize changes, there is no change on the screen....
Size of the app varies in android in different phones
I am working on an android app.I am using a WVGA(480X800) emulator.So I set the font-size which matches that emulator.Normally i use `fontSize:24` .But when the fontsize is perfect when i am testing it in my tab it's perfect.But when i use in my samsung...
Android - Any way to set a dynamic fontSize ?
Hi guys, Is there a way to set a dynamic font size according to the screen size?
How to set Global properties?
Hi, How to set global properties like font,colors,font size ,URLs which has been used inmultiple js in app, so that if i want to change the UI later ,i can jsut cahnge the properties in single place instead of messing around in all files. is there a way...
PickerRow FontSize Issues
I'm using Titanium Mobile 1.8.2 and iOS Simulator Patch 5.0, Xcode 4.2. I have a picker view with 1 row in it saying 'Loading...'. The picker is then emptied and new rows added from an ajax call. ~~~ for (var key in data) { ...
RowLabels Jumping when Row is checked
I would like to change the font of the text inside a row of a TableView and I have noticed that the font control for a TableViewRow does not work. Adding a label to this row solves the issue but than when the user places a check mark in that row the label...
Tabgoup Fontsize
I'm trying to adjust the font size of a tabgroup in Android, as I find the standard a little squashed at the moment. I have tried adjusting the font size of each individual tab and the tabgroup as a whole, but alas no joy... Is this even possible? The...
Android Font Size (1.7 +)
I am in the middle of porting an iPhone App to Android, and I am trying to follow the new guidelines for 1.7. I specified every size value as "dps", and for the most part this has worked great. However, on high density devices, the font size is...
Need help in Font size increament with screen resolution
Hi, I am working in Titanium mobile 1.7.2 SDK, android 2.3.3 environment. I've used the percentages for aligning the controls in screen resolution issue. the controls are now working efficiently though the screen resolutions changes, but the font is still...
Reduce TableViewRow Font Size
Hey, everyone. I can't seem to figure out how to set the default font size on tableviewrows. Right now, it's a bit too large:  Where could I reduce the font size...
Why don't font properties work on the iPad?
I cannot get `fontFamily`, `fontSize` or `fontWeight` properties to work in my iPad app. The only one I can get to work is the `font` property, so I can change the type of font but cannot set its size or styling. This is a pretty ridiculous bug. How in...
Showing 1-17 of 17