timekit-io/booking-js

Single Day View on Mobile is Stuck on Today's View

Closed this issue · 5 comments

When using the widget on mobile device resolutions it shrinks down to the single day view, which it should, however the two arrows for going forward and backwards are disabled, effectively making you stuck on the current day.

timekit

A quick note: you can fix this by firing the following jquery after the page has loaded:
$(".is-small").removeClass("is-small");

I'm not sure if they will have an effect on anything else, but it at least allowed us to solve the issue until we hear back from the Timekit team.

@korymcandrew Thanks for reporting!! You are right, this only happens if a displayName is shown and with no avatar chosen. I've made a PR that fixes this and expect to release it on monday (#119)

Great, thanks for the quick turnaround!

@korymcandrew Just released it now. Happy fridays 🎉

I have confirmed the new build fixes the issue. Thanks again!