Support bigger resolutions (aka fix font size)

Issue #41 resolved
Igor Santos repo owner created an issue

Text is too small in real phones. The emulator screen is very big on the computer, so we have to set a decent font size and stick with it through the app.

Comments (2)

  1. Igor Santos reporter

    Maybe this would help:

    On Android and iOS, the default unit can be overriden on a per-application level by setting the ti.ui.defaultunit property in tiapp.xml. For example, to use DIPs as the default on all platforms, set defaultunit to dip:
    <property name="ti.ui.defaultunit" type="string">dip</property>
    
  2. Log in to comment