rpaschoal / ng-chat

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

The possibility of opening a chat on the mobile version of the site #80

Closed Timur15031998 closed 5 years ago

Timur15031998 commented 5 years ago

Please consider the option of using chat on mobile devices. Since at the moment, as flat because of the lack of space (interface) there is no possibility to correspond. Only a window with a list of users is available, then the chat window does not open. More precisely, it does not respond to the choice of the user with whom they would like to exchange messages. I think you have ideas for this. And I apologize for my English.

rpaschoal commented 5 years ago

Hi @Timur15031998 ,

The friends list does not display anymore if there is no space for at least one chat window. This is to avoid users on a mobile seeing the friends list but not being able to do anything with it.

The idea is to use ng-chat on viewports that are larger than what mobile devices offer. You would have to implement the mobile version on your application separately.

I've been thinking of implementing a separate but compatible project with shared contracts in which it will be like a "full page" version of ng-chat. Something similar to when you go to your messages page on your LinkedIn.

Would that component be of your interest? It might take a while to implement it but if there are enough users interested I think it is totally worth it. I could appreciate some help on this as well.

Cheers!

rpaschoal commented 5 years ago

Hello again @Timur15031998 ,

Could you please check if this is of any help for you and your application for the time being => https://github.com/rpaschoal/ng-chat/issues/77?