MatanMaimon

Results 12 comments of MatanMaimon

same issue..please support this feature

> I just wrote my own: > > ``` > function FitText(el) { > this.element = el; > this.parent = el.parentElement; > this.clientHeight = -1; > this.clientWidth = -1; >...

> ``` > client.on('loading_screen', (percent, message) => { > console.log('LOADING SCREEN', percent, message); > }); > ``` thanks, didn't knew of the `(percent, message)`. so the "chats loading" seems to...

> the loading of messages will be synchronized when you receive messages in each chat. Not sure I understood what you meant by "the loading of messages will be synchronized...

> as far as I am concerned, there is no event for "chat messages loaded" for a specific chat / all chats. > > What is your usecase? > >...

> I think there are some issues regarding this: > > 1. Old messages are not synced into whatsapp web / other whatsapp apps if the instances were just created....

> Interesting, for me there is no syncing. It plainly states "use your phone to see old messages". Is this a setting in whatsapp? i believe you don't see it...

simple workaround: ```tsx const [keenSliderOptions, setKeenSliderOptions] = React.useState({}); const [sliderRef] = useKeenSlider(keenSliderOptions); React.useEffect(() => { setKeenSliderOptions({ loop: true, mode: "free-snap", slides: isMobile ? { origin: "center", perView: 3, spacing: 0...

look at this - https://github.com/kennethormandy/react-fittext (based on this library) they have a vertical fit text ability

> Hey there, @MatanMaimon! I'm Dosu, a bot here to help you with bug fixes, answer questions, and guide you on becoming a contributor. Let's work on resolving the issue...