No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. greene48
    3. Best
    G
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 7
    • Best 1
    • Groups 0

    Best posts made by greene48

    • RE: [Solved] Black bars above and below Cordova app on devices with tall screens

      yup, I realized that after.

      I actually did figure it out, if anyone is interested. YOu need to add this to your config.xml file:

      <config-file parent="/manifest/application" target="AndroidManifest.xml">
          <meta-data android:name="android.max_aspect" android:value="2.1" />
      </config-file>
      posted in Help
      G
      greene48