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. xereda
    3. Topics
    X
    • Profile
    • Following 1
    • Followers 0
    • Topics 21
    • Posts 70
    • Best 3
    • Groups 0

    Topics created by xereda

    • X

      [ios] App does not open on Iphone 4s
      Help • • xereda

      4
      0
      Votes
      4
      Posts
      1673
      Views

      Martin

      I just finished a build this evening that works on 4s, 5 and 6 with ios >= 9.1
      (only tested on iphone simulator)
      I’m using latest version of quasar with webpack 2.x

      As a test you could try and build a clean default quasar app and see if that starts up with an iphone 4s

    • X

      Custom webview for iOS devices
      Help • • xereda

      12
      0
      Votes
      12
      Posts
      3251
      Views

      rstoenescu

      Two tap problem fixed in 0.15.9 - to be released in a few days.

    • X

      Change footer theme
      Help • • xereda

      2
      0
      Votes
      2
      Posts
      1050
      Views

      rstoenescu

      Same way you to for header.

    • X

      Bottom Tabs in Content Component
      Help • • xereda

      10
      0
      Votes
      10
      Posts
      6681
      Views

      joaopaulofilho

      Have you tried some of the css classes http://quasar-framework.org/api/css-positioning.html?

    • X

      Small Chips
      Help • • xereda

      3
      0
      Votes
      3
      Posts
      1097
      Views

      X

      @rstoenescu said in Small Chips:

      Currently no. You’d have to (over)write with your CSS.

      okay…

    • X

      Stepper navigation buttons
      Help • • xereda

      2
      0
      Votes
      2
      Posts
      877
      Views

      rstoenescu

      Will push a commit to allow this which will get into v0.9 later this week. Thanks.

    • X

      Card component flashes (blinking)
      Help • • xereda

      5
      0
      Votes
      5
      Posts
      1809
      Views

      X

      ok.

      tks

    • X

      Insufficient margin in the Drawer header
      Help • • xereda

      2
      0
      Votes
      2
      Posts
      1053
      Views

      rstoenescu

      Continuing discussion on https://github.com/quasarframework/quasar/issues/217

    • X

      App is not fixed in webview
      Help • • xereda

      7
      0
      Votes
      7
      Posts
      2443
      Views

      rstoenescu

      Continuing discussion on https://github.com/quasarframework/quasar/issues/218

    • X

      Shadow on the button labels.
      Help • • xereda

      2
      0
      Votes
      2
      Posts
      956
      Views

      rstoenescu

      @xereda Hi, write that CSS in App.vue style tag at the end.

    • X

      Maps, pins and geolocation.
      Help • • xereda

      8
      0
      Votes
      8
      Posts
      3531
      Views

      tlloyduk

      I used vue2leaflet with Qasar, seems good

    • X

      Site Examples
      Help • • xereda

      10
      0
      Votes
      10
      Posts
      3964
      Views

      X

      @rstoenescu said in Site Examples:

      Well in this case yeah. The simulator is Quasar App, which needs to be an app on its own. People install in Google Play Store, need to have a feel of the framework. When on a documentation website, the examples need to teach a certain aspect but in a gradually manner. The simulator UI in this case would be a too complex example when starting to learn about FABs (too many features at once in an example that should focus on FABs only).

      Makes sense. Thank you.

      I already passed this on to the developers here. If they go to analyze the Ionic site, the same thing happens.

    • X

      Pass method ( "this" -> VueJS) to the handler of a "Confirm Dialog".
      Help • • xereda

      7
      0
      Votes
      7
      Posts
      4099
      Views

      C

      This page helped me a lot!

      I can confirm that for problems about accessing this inside a dialog handler (or any other callback function in general I guess), the only fix needed is to switch the syntax from:

      handler () { // this is undefined here }

      to:

      handler: () => { // this is available }

      This is a reminder that ES6 arrow functions not only are syntaxic sugar, but also affect the way this is bound (in order to eradicate the good old var that = this;).

    • X

      Custom shadow in FAB button
      Help • • xereda

      3
      0
      Votes
      3
      Posts
      1170
      Views

      X

      @rstoenescu thank you so much.
      I was added to the shadow class in “class”. 😢

    • X

      Update project Cordova
      Help • • xereda

      9
      0
      Votes
      9
      Posts
      3017
      Views

      X

      @kosciak ok! Tks for help

    • X

      Labels of different sizes
      Help • • xereda

      6
      0
      Votes
      6
      Posts
      1714
      Views

      rstoenescu

      No plan to do this on v0.9. Maybe on later releases.

    • X

      Icons and Splash Screen
      Help • • xereda

      9
      0
      Votes
      9
      Posts
      7121
      Views

      rstoenescu

      Also, for Icons: https://cordova.apache.org/docs/en/latest/config_ref/images.html

    • X

      Drawler back button
      Help • • xereda

      5
      0
      Votes
      5
      Posts
      1941
      Views

      X

      @rstoenescu I understand perfectly. And I believe that is correct. That’s right!

    • X

      Application example list (Showcase)
      Framework • • xereda

      7
      0
      Votes
      7
      Posts
      3971
      Views

      N

      I’m currently working on a teaching app built with Quasar, I’ll post the link when I get it on the app stores. Love the framework!

    • X

      InfiniteScroll offset property
      Framework • • xereda

      13
      0
      Votes
      13
      Posts
      3907
      Views

      X

      No problem. I understand perfectly!
      I’ll do some simulations.