Hi Team,
We are using an application that is made up of master detail page, On iOS 13 Beta we found that the master section width of the master detail gets expanded on bringing the application to background and again getting it to foreground after 10 sec.
Master detail master section width remains the same on getting the application to background and foreground.
Master detail master section width expands on getting the application to background and foreground.
https://drive.google.com/open?id=1fFpw5p3au2Mbtd3qvEFwvSa6GMwitKW_
@nadkarninaveen I was unable to get to your reproduction project. It looks like it doesn't exist. What version of Xamarin.Forms are you using? Thanks!
@samhouts Thanks for the quick response
Here is the updated link : https://drive.google.com/file/d/1fFpw5p3au2Mbtd3qvEFwvSa6GMwitKW_/view?usp=sharing
can you please try with this and Xamarin.Forms we are currently using 3.4.0.1008975 but we also checked out that the issue is still present in the latest version of Xamarin.Forms i.e 4.0 .
Thanks
Naveen M Nadkanri
This is an interesting one.
On the iPad Air (and only the iPad Air) when you minimize a split view controller iOS sets the bounds on the MainViewController to a value higher than it should display at. Then when you foreground the app it sets it back to the correct width. Because of some RTL code that we have we pin the width of the master view controller to the heighest width.
I tested this all using xCode as well and I see the same behavior there with a minimal sample. I'm going to log an issue with Apple. In the mean time we'll see if we can work around it if it looks like something that won't be fixed in the final xcode releases
Thanks PureWeen for testing out the issue, currently we have done some work around from the UI side to fix the issue by adding another dummy container and stacking it horizontally in one container and restricting the max preferred width to 320.Thanks for the testing on all platforms and letting us know the specific issue :) Looking forward for fix thanks :)
Regards
Naveen M Nadkarni