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. Mandinga
    3. Best
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 2
    • Groups 0

    Best posts made by Mandinga

    • <q-img> does not resize svg well

      Hello quasar people!
      I bring you a bug that I found in q-img.

      If I write this code with a jpg, everything is correct:

      <q-img src=“statics/images/1.jpg” class=“max-width:800px”></q-img>

      01.jpg

      Now, if I use a svg, the error occurs:

      <q-img src=“statics/images/1.svg” class=“max-width:800px”></q-img>

      02.jpg

      As you can see in this example, q-img does not resize svg well if max-width is less than 800px.
      I discard that it is an error in the svg, since it works perfectly in the other browsers (even in internet explorer 11!)
      It only happens on desktop with windows and edge (which is not a little, since they know it is the default browser in windows 10).

      If I use:
      <img src=“statics/images/1.svg” class=“max-width:800px”><img>
      everything works perfectly

      I always try quasar on all mobile devices (apple, android), on linux and windows, and with practically all browsers. This error was not presented in any except in Edge for Windows 10.
      I hope you can solve it.
      Thank you and keep up this excellent framework.

      posted in Help
      M
      Mandinga
    • RE: How to detect edge browser for android? quasar pwa issues

      Thanks to everyone for your replies.
      Dear patryckx: that is just the problem, since they behave different chrome and samsung internet when it comes to show the add to home screen, I need to differentiate them.
      With Edge it happens the same, it is disguised as chrome in android version.
      I will continue looking for solutions and I will publish them here.
      Thank you!

      posted in Framework
      M
      Mandinga