[BUG] Infinite Scroll Embed (Android)
Steps to replicate:
1: Have a bot send a message with an embed where the field name is an emote from your server
2: View the message on your android device
3: Bring up your on-screen keyboard. (You will notice the embed becomes empty)
4: Scroll down and you you will not be able to reach the bottom
5: Scroll back up so that em embed is no longer displayed and scroll down and this fixes the embed.
App Version: 10.2.8 (1028) Android (Android 9)
Screenshot:

-
Found this to be caused by having no Author (Just a space) being set on
embed.set_author()
2 -
My bot that's written in C# is having the same issue with embeds on android. I wasnt setting an author at all before reading this post. I updated it to pass something in, and it's still happening
0 -
Same bug with me on Antroid 9 with 12.5. I have now used a workaround and filled the author with ________ in the desired width.
0 -
Late, but I'm having the exact same issue and haven't found a workaround that works for me.
0 -
Same here, still not fixed. Display width of the embed seems to be set according to a non-field element of the embed (I had nothing but fields in my embed). So I added a description taking the width I wanted. Not very convenient, but it works with this workaround.
1 -
Same here: my bot in javascript sends some embeds to display a list.
Since my list is long, I have multiple embeds: one every 25 fields. The first one and the last are displayed correctly since they have a title/description and a footer (respectively).
The ones in the middle are just fields and they are bugged.
Workaround by Typhoon worked for me: dummy description set. Not so elegant, but whatever.
I hope they'll fix this1 -
one fix for this which helped me:
it seems that if you set addField inline value to "true", you can for example make .setAuthor("----------")
add as many dashes as you need for your longest String to fit, example :
----------------------------------
asd asd adddasd asd asd
----------------------------------
and to make it more elegant you can add footer with same dashes
I checked on mobile, it seems everything was more or less accurate that way without infinite scrolling
0
Vui lòng đăng nhập để lại bình luận.
Bình luận
7 bình luận