Font scaling on iOS...label and displayfield issues anyone?

  1. #1

    Font scaling on iOS...label and displayfield issues anyone?

    Just wondering if there is any know issues/strategies for font scaling on iOS.

    Without posting a bunch of screenshots or code, I'll just say I've noticed some font scaling discrepancies,

    I still haven't quite figured it out, but fonts seems to be scaling "down" on FieldLabel when viewed on an iPhone.
    Also, Labels and DisplayField text are scaled down, but only within a Container. Wierd.

    I have "hard-coded" the font sizes in CSS, but the FieldLabel seem to be smaller than the Text of the Label, which is set like below. The Text seems to be correctly displayed at 12 point, FieldLabels scale down as best I can guess. Point is, they don't match visually even thought they are both set to 12px.

    .x-form-item-label { font-weight: bold; font-size: 12px; }
    .x-form-display-field { font-weight: bold; font-size: 12px; }
    Last edited by geoffrey.mcgill; Apr 06, 2012 at 10:14 PM. Reason: please use [CODE] tags
  2. #2
    Hi,

    Generally, Ext.NET/ExtJS doesn't support iOS and any other mobile platforms.

    The following post can be interested for you:
    http://forums.ext.net/showthread.php...ll=1#post77302

Similar Threads

  1. Replies: 7
    Last Post: Mar 22, 2012, 1:17 PM
  2. [CLOSED] DisplayField font-size not changed using StyleSpec
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 24, 2012, 2:58 PM
  3. [CLOSED] MultiCombo: Issues with numbers and comma in the DisplayField part
    By reinout.mechant@imprss.be in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Aug 18, 2010, 2:56 PM
  4. How to change the font color for Ext Label
    By rasu_13 in forum 1.x Help
    Replies: 0
    Last Post: Apr 03, 2010, 3:12 AM
  5. How to set Label Font size and color
    By Dinesh.T in forum 1.x Help
    Replies: 6
    Last Post: Aug 11, 2009, 2:17 PM

Tags for this Thread

Posting Permissions