Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. TimE
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 12
    • Best 0
    • Groups 0

    TimE

    @TimE

    0
    Reputation
    129
    Profile views
    12
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    TimE Follow

    Latest posts made by TimE

    • RE: Capacitor Application Name

      Done both clear and version bump, and app still has the same name when installed on android, any other suggestions?

      posted in Help
      T
      TimE
    • RE: Capacitor Application Name

      Yes unistalled andf reinstalled, done it a ferw times now, and still getting the original name.

      posted in Help
      T
      TimE
    • Capacitor Application Name

      I ned to change the name of my capacitor application, I’ve changed the ‘appName’ field in the capacitor.config.json, and rebuild the applicant, but when installed on my phone it still has the old name, is there somewhere else I need to change it to get it work?

      posted in Help
      T
      TimE
    • RE: Icon Genie landcape background

      They are but they are both generated from the same source image, so the landscape one, seems to take a splice across the middle of the source image, and the porttrait takes a slice down the center of the source image, so I would be nice to be able to provive two different source images one for portrait and one for landscape, that way I can taylor the image to reflect the orientation.

      posted in Help
      T
      TimE
    • Icon Genie landcape background

      Is there anyway with Icon Genie, to use a different image for the landscape splash screen, than is used for the portrait one?

      posted in Help
      T
      TimE
    • RE: Btn-Group Vertical

      Thanks I’ll give that a go, and see what it loks like.

      posted in Help
      T
      TimE
    • RE: Btn-Group Vertical

      I would like to put a sequence of icon buttons, on the left of my app, similar to what you get on the left edge of apps such as VS Code or inkscape, I picked BtnGoup as I wqould like to to highliight the selected one, and that seemd a good fit, if there is a better way to do this, i’m all ears 🙂

      posted in Help
      T
      TimE
    • Btn-Group Vertical

      Is it possible to createa vertical button group, instead of a horizontal one?

      posted in Help
      T
      TimE
    • Android Studio not starting when building capacitor app on linux virtualbox

      I’ve writen a app, which runs fine just using quasar dev, open the drowser, and show no problem.

      but when I do quasar dev -m capacitor -T android, it goes through the build process, and then just opens src-capacitor/android directory, but not android-studio, this is the output from the quasasr command

      $ quasar dev -m capacitor -T android

      Dev mode… capacitor
      Pkg quasar… v1.13.1
      Pkg @quasar/app… v2.0.8
      Debugging… enabled
      Running mode… IDE (manual)

      Configured browser support (at least 86.25% of global marketshare):
      · Chrome for Android >= 84
      · Firefox for Android >= 68
      · Android >= 81
      · Chrome >= 74
      · Edge >= 80
      · Firefox >= 70
      · iOS >= 10.0-10.2
      · Opera >= 65
      · Safari >= 10.1

      App · Reading quasar.conf.js
      App · ⚠️ Detected external IP 10.0.2.15 and using it
      App · Checking listening address availability (10.0.2.15:8080)…
      App · Transpiling JS (Babel active)
      App · Extending Capacitor Webpack config
      App · Generating Webpack entry point
      App · Booting up…

      • Compiling:
      └── Capacitor ████████████████████ 100% done in 38727 ms

      DONE Compiled successfully in 38746ms 20:39:53

      ℹ 「wds」: Project is running at http://10.0.2.15:8080/
      ℹ 「wds」: webpack output is served from
      App · Updated src-capacitor/package.json
      App · Updated capacitor.config.json
      App · Running “/home/tim/devcode/quasar/MythrasEffects/src-capacitor/node_modules/@capacitor/cli/bin/capacitor sync android”

      ✔ Copying web assets from www to android/app/src/main/assets/public in 12.61ms
      ✔ Copying native bridge in 3.67ms
      ✔ Copying capacitor.config.json in 1.23ms
      ✔ copy in 44.49ms
      ✔ Updating Android plugins in 1.25ms
      Found 0 Capacitor plugins for android:
      ✔ update android in 25.26ms
      Sync finished in 0.09s

      App · Updated capacitor.config.json

      ⚠️
      ⚠️ Opening Android Studio IDE…
      ⚠️ From there, use the IDE to run the app.
      ⚠️
      ⚠️ DO NOT close the terminal as this will kill the devserver.
      ⚠️
      ⚠️ DO NOT upgrade Gradle or any other deps as Android Studio will suggest.
      ⚠️ If you encounter any IDE errors then click on File > Invalidate caches and restart.
      ⚠️

      This is all running in a Mint Linux virtualbox, and Android Studio starts fine, if I do studio.sh

      Any idea, what I’ve not done, or is going wrong?

      Tim.

      posted in CLI
      T
      TimE
    • Darkmode and SVG Image

      I have a SVG logo that is black on white, when I switch to dark mode, I would like the SVG to invert, which I can do in with filter: invert(100%) in css/sass. what I cant figure out, or find any examples is how in the sass file, to control which one get used in normal and dark mode, any pointers would be helpfull.

      Tim.

      posted in Help
      T
      TimE