rammohan.acharyadasa
Posts: 0
Joined: Thu Apr 05, 2012 5:03 pm

how do i resize font for iphone.ipad

hi
i am developing native app, which should work on iphone/ipad/android/windows phone.
I am testing on iphone and ipad now
iphone it looks great.
on ipad i am seeing lot of space left empty on right side as text on font size is small for ipad.
Q1: how to change the font size automatically based on the screen size. i mean iphone it should consider small font size. for ipad it should consider little bit higher font size etc..
Q2: How will i know on which device it is running? based on the device type, i can adjust the font- size?. how to achieve this if automatic font-re-size is not possible.
please let me know on this. i want to submit to apple after fixing the font issue.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

how do i resize font for iphone.ipad

You would need to code this kind of functionality. You would need to determine device type and screen size and adjust CSS accordingly. You could also use CSS Media Queries to help you with that, https://developer.mozilla.org/en-US/d.... We don't have this functionality out-of-the-box yet.

Return to “Issues”