RocketChat / Rocket.Chat.Cordova

Rocket.Chat Cross-Platform Mobile Application via Cordova (DEPRECATED)
MIT License
104 stars 109 forks source link

Sidebar goes over button bar #15

Closed miscs closed 8 years ago

miscs commented 8 years ago

Samsung Galaxy S6 Edge, Android 5.1.1

Just a blank grey column....

graywolf336 commented 8 years ago

Was you connected to the demo server or your own?

miscs commented 8 years ago

I was connected with my own server but pulled fresh docker image just this morning...

Sing-Li commented 8 years ago

Which 'docker image' ?

miscs commented 8 years ago

Digest: sha256:20a1f91ce1a1affe0614c013613d1679a96a21cbb85c0f457707672d6ae663ed Status: Image is up to date for rocketchat/rocket.chat:latest

graywolf336 commented 8 years ago

I don't know much about the Docker images, but I wonder if they're running with the meteor arguments --mobile-server http://<serverip:port> as that's required for the phone to connect and communicate successfully.

miscs commented 8 years ago

the app works quite ok (sending / receiving messages). so i think it´s enabled.... I can also see the side menu as long as the channel loads. but when it´s loaded the icons disappear.

graywolf336 commented 8 years ago

I can confirm. It appears there when the channel is loading, but that's it. They do reappear though when your phone's screen resizes, such as going from portrait to landscape.

miscs commented 8 years ago

with the new beta I first thought this is fixed because the menu showed up at first channel view. but after swichting between some channels the menu is gone again. as @graywolf336 mentioned phone resize brings the menu back

pschonder commented 8 years ago

I'm facing the same or maybe related problem. redrawing the sidebar-element fixes the problem sometimes. The Problem was there also with the "old" app. I think it's not an cordova-issue and is affecting all mobile-web-views of the app. rocket chat-right-sidebar-bug

marceloschmidt commented 8 years ago

Fixed in https://github.com/RocketChat/Rocket.Chat/commit/df525d6d5bf90578b754be6f891234dbe7a452a2

marceloschmidt commented 8 years ago

We had to revert this issue and solve it via CSS. Please @rcaferati take a look.

pschonder commented 8 years ago

@rcaferati can I provide some more information to identify this issue?

mrplow commented 8 years ago

This happens using the official Android app connecting to the demo server and our own server Using the mobile browser works fine though. gif_20160211_211200

mrplow commented 8 years ago

6065cf6 fixed this for me!