giffy_dialog icon indicating copy to clipboard operation
giffy_dialog copied to clipboard

Issue: Botton overflowed by Xx pixels when Phone Display & Text Size bigger than normal

Open edwin-alvarez opened this issue 4 years ago • 6 comments

How to reproduce: Go to Setting > Accessibility > Display & Text Size > Larger Text > Larger Accessibility Sizes == ON then make the text bigger and you will notice the issue:

image

edwin-alvarez avatar May 02 '20 18:05 edwin-alvarez

@edwin-alvarez you need to handle the text size based on your phone DPI.

xsahil03x avatar May 03 '20 20:05 xsahil03x

Same issue. It shouldn't matter how long the dialog text could be? Maybe we can show a scrollbar or make the dialog higher to prevent the overflow issue?

robinbonnes avatar May 26 '20 13:05 robinbonnes

same issue. we should add vertical scrollbar for description.

keremcankabadayi avatar Jun 04 '20 10:06 keremcankabadayi

@keremcankabadayi How to add it?

lucasjinreal avatar Oct 05 '20 13:10 lucasjinreal

You can

Same issue. It shouldn't matter how long the dialog text could be? Maybe we can show a scrollbar or make the dialog higher to prevent the overflow issue?

You can wrap the text with SingleChildScrollView(), I guess that will remove the error of text overflow.

nayakastha avatar May 24 '21 14:05 nayakastha

Same issue . Any one solve this problem .

rody1983 avatar Sep 10 '21 08:09 rody1983

Fixed in https://github.com/xsahil03x/giffy_dialog/releases/tag/v2.0.0

xsahil03x avatar Jun 24 '23 16:06 xsahil03x