rpaschoal / ng-chat

💬 A simple facebook/linkedin lookalike chat module for Angular applications.
MIT License
155 stars 92 forks source link

Responsive Chat window #60

Closed sprakash1993 closed 6 years ago

sprakash1993 commented 6 years ago

It was nice to use the library. It works great.

In the lower resolution (for mobile or ipad), the chat window is not visible. Is there a way to make it responsive so that it works for lower resolution as well ?

Thanks

rpaschoal commented 6 years ago

Hi @sprakash1993 ,

I am glad you like the library!

That is by design, if you don't have enough space to see at least one window, the user experience would be degraded and that is why the component is not shown.

My advice for you would be to use another message exchange page within your application, something more mobile friendly.

Welcome to suggestions though, if you come up with an idea that might benefit everyone on a smaller device that would be great.

Cheers!