Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Available slots are different in Desktop vs Mobile #199

Open
sbalachandar1 opened this issue Jun 15, 2020 · 2 comments
Open

Available slots are different in Desktop vs Mobile #199

sbalachandar1 opened this issue Jun 15, 2020 · 2 comments

Comments

@sbalachandar1
Copy link

sbalachandar1 commented Jun 15, 2020

Using the same widget, the slots shown on a desktop view differed from the mobile view. All slots were for 15 mins, but we still see a big slot for some reason.

Additionally, we see the time marked incorrectly as 1:30am and seems to be stacked over other slots.

issue - mobile slots
issue -desktop slots

@rsilvestre
Copy link

rsilvestre commented Nov 25, 2020

Hi @laander ,

I have the same issue, did you find a solution ?

Here is my integration :

    this.widget.init({
      el: '#bookingWidget',
      app_key: this.timekitKey,
      project_id: this.projectId,
      create_booking_response_include: ['attributes.customer', 'attributes.event', 'attributes.event_notifications'],

      callbacks: {
        createBookingSuccessful: function (value) {
          context.$emit('selected', value)
        },
        createBookingFailed: function (error) {
          context.$emit('selectedError', error)
        },
      },
    })

What I should have (in admin panel)
what i should have

What I have (in my app)
what i have

@rsilvestre
Copy link

@laander, I just install the package from github and it fix my issue. I think that you should release the version 2.7.0 on NPM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants