Ahmed Mahmoud

Results 6 comments of Ahmed Mahmoud

To continue of @binchik steps: ```js const slides = [slide1, slide2, slide3] const firstSlide = slides[0] const lastSlide = slides[slides.length - 1] const loopingSlides = [lastSlide, ...slides, firstSlide] const viewPagerRef...

Thanks @knapeto for the help! Do you know though how to change "Answer Bot" in iOS, as in Android they have a resource key for it, but not in iOS?

In Android, there is a key to change the string of "Answer Bot", for offline messages: https://developer.zendesk.com/documentation/classic-web-widget-sdks/unified-sdk/android/localize_text/#chat ![image](https://user-images.githubusercontent.com/3703533/142400082-51cdca6d-eb7f-4d1d-b32e-4a6038b17cef.png) I don't seem to find such a key in iOS

That's the Answer engine that suggests articles, not the offline messages one. https://support.zendesk.com/hc/en-us/articles/4408823225370-Why-do-I-see-the-Answer-Bot-in-the-Chat-SDK-even-though-I-don-t-have-a-subscription-

That worked perfectly fine with me! ![image](https://user-images.githubusercontent.com/3703533/142407322-5e113012-0dce-4de5-8fcf-5f63acfc112f.png)

Thanks a lot for your hard work, @yvbeek! Thanks to you I have very decent CSS auto completion and solid "go to definition" functionality.