I want to create a multi platform application whose support all type of window size. But when my window height or width change than my fontSize is not change. i want to change its size with percentage of height or width. how i can do?

plz Help me. Thanks in advance.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

this to too easy firstly u check ur window height or width size var curHeight = Titanium.Platform.displayCaps.platformHeight; var curWidth = Titanium.Platform.displayCaps.platformWidth;

and set with ur requirement. font:{fontSize = Titanium.Platform.displayCaps.platformWidth*25/100}, or font : {fontSize = curWidth*25/100},

link|improve this answer
Thanks a lot For your help. – user1206787 Feb 14 at 7:58
have u any contact id .... – user1206787 Feb 14 at 7:58
yap, mritunjayk477@gmail.com – Suraj Feb 14 at 8:00
Thanks a lot. earlier contact u – user1206787 Feb 14 at 8:02
feedback

Your Answer

 
or
required, but never shown