Hi,
I am currently testing one of my company's applications with some older devices to checkout if everything is working correctly and I have an issue with the Entry's width. I am not sure if it's a bug or if I am just missing something here so I decided to post on this forum instead of doing so into the Xamarim.Forms repository.
The issue is that if I entirely fill the control with more letters that it could contain, tap on the back button and come back to the same page, the Entry's width would increase to go beyond the screen's limitation. I reproduced the issue into a sample that you could find into this next link:
github.com/toussam/HorizontalStackLayoutIssueSample
The Entry is wrapped into a StackLayout that is set with the Orientation property as Horizontal and if I remove this last one, everything would work properly, but I really need to set it in such way since into our application there is also other elements into the StackLayout and all of them need to be display horizontally.
Here is also two screenshots to illustrate the issue:
Before
us.v-cdn.net/5019960/uploads/editor/kr/c3bcop4x2h29.png
After
us.v-cdn.net/5019960/uploads/editor/6d/34h1062c50kz.png
Is there anyone that could help me with this issue ?
I thank you in advance for everything and wish you a great week !
Best regards,
mtwsm
P.S.: I can't post links so I had to cut the urls' beginning.