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. jcantonio
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 1
    • Groups 0

    jcantonio

    @jcantonio

    1
    Reputation
    41
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jcantonio Follow

    Best posts made by jcantonio

    • RE: keyboard input for DateTime input

      Hello,
      FYI, I found the answer using QInput:
      https://v1.quasar-framework.org/vue-components/date
      Cheers,

      posted in Framework
      J
      jcantonio

    Latest posts made by jcantonio

    • RE: Capacitor Build - Errors With capacitor-cordova-android-plugins?

      Hello,

      I had the same message while migrating to capacitor from cordova.
      I removed all my cordova plugins, but I still got that error.
      The way I fixed the error (I have not idea why it is related to capacitor-cordova-android-plugins message), was that I was using my own certificate.
      I changed from
      devServer: {
      https: {
      key: fs.readFileSync(’/path/to/server.key’),
      cert: fs.readFileSync(’/path/to/server.crt’),
      ca: fs.readFileSync(’/path/to/ca.pem’),
      }
      to
      devServer: {
      https: false,

      posted in CLI
      J
      jcantonio
    • RE: keyboard input for DateTime input

      Hello,
      FYI, I found the answer using QInput:
      https://v1.quasar-framework.org/vue-components/date
      Cheers,

      posted in Framework
      J
      jcantonio
    • RE: keyboard input for DateTime input

      Hello Marcelo,
      Did you find a way to type date and time?
      Cheers,

      posted in Framework
      J
      jcantonio