rpaschoal / ng-chat

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

User Chat Window Does not Display on a Device In Portrait Mode #184

Open agyepong opened 3 years ago

agyepong commented 3 years ago

Is it possible to change the Window size or scroll? In landscape mode the both the friendlist window and user chat windows are displayed but the user chat window is not displayed in portrait mode. See attached image. It appears being able to change the Window size or scroll the content will help.

ng-chat-window-lanscape-mode

rpaschoal commented 3 years ago

Hi @agyepong ,

The ng-chat component won't render if there isn't enough viewport for it to show at least one chat window.

For your mobile users you might want to implement a different UI that is mobile friendly.