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

    jpg

    @jpg

    0
    Reputation
    173
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jpg Follow

    Latest posts made by jpg

    • RE: q-datetime (not working on ios theme) on dev

      I want to update this. it is working correctly. however now i have trouble trying to set the model to a default value. it works on browser and android but not on ios.

      <q-datetime :default-value=“today” format=“YYYY-MM-DD” format-model=“string” :min=“today” type=“date” :value=“checkindate” @change=“val => { checkindate = val }” />

      import { date } from ‘quasar’ …

      data () {
      return{
      today: date.formatDate(new Date(), ‘YYYY-MM-DD HH:mm’),
      checkindate: null
      }

      posted in Framework
      J
      jpg
    • RE: Auth0 integration

      depends on what type of mode you are using i guess.

      for me, I had to set a route /callback component and used router.replace to redirect it to the originating route which is /user for my case

      posted in Help
      J
      jpg
    • RE: Integrated Auth0 method

      for me, I had to set a route /callback component and used router.replace to redirect it to the originating route which is /user for my case

      posted in Help
      J
      jpg
    • q-datetime (not working on ios theme) on dev

      I have only tested this on dev environment and on Iphone simulator. The q-datetime component is not working, the model can’t be set, the datepicker ui does not show up as well.

      When I switch to “-t mat” (or none), the datetime component works as normal. So I think that the issue is with the ios theme only. Of course, I can’t verify this on an actual production build.

      It would be great to have the default ios theme working though as the interface looks very much native ios.

      posted in Framework
      J
      jpg
    • RE: Sign in with google (problem with Firefox)

      I used this and it worked without issues on a PWA.

      https://github.com/phanan/vue-google-signin-button

      Yes, you would need to add the api:client.js inside the index-template file just before end of the body tag and use async defer in order for it to work.

      Now, if only it could work like that on an Android/iOS build then it is perfect but unfortunately the login window event is not firing at all.

      posted in Help
      J
      jpg
    • RE: Cordova Social Login

      Up. A “Quasar” solution would be great instead of a Cordova one. If there is a Cordova solution that can be easily integrated, then this will be great as well.

      For me, I was using https://github.com/phanan/vue-google-signin-button which was simple approach and all was working in the web app. But once I build the Android app, even the Sign In button (or div) refuses to fire the required event to open the Google sign in window. I have seen multiple apps that do this so I don’t think it is impossible to implement on Quasar directly.

      posted in Help
      J
      jpg