-
-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] Broken-looking context menus. #2365
Comments
Thanks for reporting this. I thought we fixed that, I guess not. |
@borisyankov This would only be fixed via expo and couldn't be handled on our part. Expo's component do not support OnePlus Slate font very well and that's the only reason why this and other expo components used look broken on OnePlus and Oppo phones. A little suggestion @zingmars, if you wanna overcome this - Change your font to Roboto (it is available in settings>font). That is the only fix until expo updates their components and provide support for OnePlus slate font. |
Yup, the menus show up fine with Roboto. Is there an issue about this in expo's vcs that I can track? |
This fixes the long pending issue of text in options being cut on One Plus and Oppo phones. Fix: zulip#2365
@zulipbot claim |
This fixes the long pending issue of text in options being cut on One Plus and Oppo phones. Also the styling is now material design and is way better on Android. Fix: zulip#2365
This fixes the long pending issue of text in options being cut on One Plus and Oppo phones. Also the styling is now material design and is way better on Android. Fix: zulip#2365
The root issue here appears to be facebook/react-native#15114 . Still not clear to me if this is the fault of RN, or of those fonts, or what. |
This is the library that provides an Android equivalent for RN upstream's ActionSheetIOS; v1.1.0 comes with a bunch of changes to the layout, intended to make it conform to Material Design. The new layout isn't great, but it does happen to fix the long-pending issue of text in options being cut off on One Plus and Oppo phones. (Perhaps because it no longer makes the text bold.) Screenshots in zulip#2910. Fixes zulip#2365.
Small update FFR, since we just ran into the same underlying upstream bug in #3533: It looks like the key thing that triggers the bug is setting In particular:
|
Some speculation, this might be due to the text box not recalculating its size based on the changes |
Context menus in some places seem to be very broken looking.
This is on Android 8.0, OnePlus A3003. App version v12.3.83 from GitHub Releases.
The text was updated successfully, but these errors were encountered: