RocketChat / Rocket.Chat.iOS

Legacy mobile Rocket.Chat client in Swift for iOS
https://rocket.chat
MIT License
1.03k stars 439 forks source link

Message Textfield disappears after viewing a picture #2782

Open maxk11 opened 4 years ago

maxk11 commented 4 years ago

After viewing a picture in full screen, the message field to enter a new message disappears. This happens to almost all of our iOS users and almost every time. If the users go back to and select another room, the message box reappears. If using the little X button in the upper left corner the textbox stays active, but if using the swipe gesture to dismiss the picture, the textbox disappears.

maxk11 commented 4 years ago

This appears to be a bug in iOS 13, as the gesture does not seem to trigger some events.

reetp commented 4 years ago

The mobile apps are moving to React Native.

Please read the following links.

https://github.com/RocketChat/Rocket.Chat.Android#legacy-rocketchat-android-native-application

https://rocket.chat/2019/10/11/moving-mobile-apps-to-react/

Any issues here are now unlikely to get fixed.

You should test the Experimental RN app on iOS and look in the React Native repo

https://github.com/RocketChat/Rocket.Chat.ReactNative