timekit-io/booking-js

Available slots are different in Desktop vs Mobile

Opened this issue · 2 comments

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

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

@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