Navigation

    Quasar Framework

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. mzamateo
    M
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    mzamateo

    @mzamateo

    1
    Reputation
    7
    Posts
    309
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    mzamateo Follow

    Best posts made by mzamateo

    • go to next input or field

      awesome quasar, thanks!

      Can’t figure out how to navigate to next input after enter a value using virtual keyword on mobile (without tap on next input, consider a complex form)
      https://jsfiddle.net/572oLxyu/
      tabindex :attributes="{tabindex: ‘n’}" does not make any difference
      using q-field requires 2 tabs in desktop, same behavior on mobile

      any tip apreciated, thanks!

      posted in Help
      M
      mzamateo

    Latest posts made by mzamateo

    • debug ssr in VSCode

      Hi
      im testing with first ssr project. Done these steps:

      quasar create myssr
      cd myssr
      quasar dev -m ssr --debug

      how is server side suposed to be debugged/inspected with breakpoints?
      adding some console.log(‘something’) here and there, and set breakpoints in VSCode, to stop and debug…

      console.log(’…’) shows once at startup, and if they are in server side (src-ssr/extension.js, etc) are overwritten by quasar logs. Can i log to other console or any tips?

      to stop in breakpoints i launched a nodejs debug at VSCode, but get:

      Uncaught Error: Cannot find module ‘quasar-ssr’

      wich configuration must i use in lounch.json?

      thank you in advance
      best regards

      posted in Help
      M
      mzamateo
    • RE: Quasar v2 teaser in a Codepen

      Thank you! We’re can we see the changeling? What’s new in v2?
      Best regards

      posted in Announcements
      M
      mzamateo
    • css zoom

      hi
      i used document.body.style.zoom property to apply some customized flexibility for visual accesibility in responsive webaps, it is easy and get very good results (in Chrome at least).
      Recently i´ve tried it on iPhone (Safari) without so good results.

      How do you solve size related accesibility issues? (i mean for people around 45 years old…😄 )
      thank you!

      posted in Help
      M
      mzamateo
    • go to next input or field

      awesome quasar, thanks!

      Can’t figure out how to navigate to next input after enter a value using virtual keyword on mobile (without tap on next input, consider a complex form)
      https://jsfiddle.net/572oLxyu/
      tabindex :attributes="{tabindex: ‘n’}" does not make any difference
      using q-field requires 2 tabs in desktop, same behavior on mobile

      any tip apreciated, thanks!

      posted in Help
      M
      mzamateo
    • RE: Deploy and upgrade quasar app

      In production, i think must reload.
      Now i see damosse31 said “avoid ask user press F5…”, shure, you can ask kindly to finish current work and then reload, with a popup or so…
      Thank you!

      posted in Help
      M
      mzamateo
    • RE: Deploy and upgrade quasar app

      Thank you!
      I never used webpack but it worked without ctrl+F5, but is F5 or other reload method avoidable?
      Also index.html needs a <meta> or something to turn off browser cache, isn’t it?

      posted in Help
      M
      mzamateo
    • RE: Deploy and upgrade quasar app

      Hi!
      Are you shure about point 2, browser cache is taked into account, so user can see changes just pressing F5 (not ctrl+F5)?

      posted in Help
      M
      mzamateo