[iOS] Wrong Page Height when Navigation Bar is Hidden
#3932 aperta il 28 set 2018
Metriche repository
- Star
- (5644 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
Description
it seems xamarin.forms used wrong page height if hide navigation bar.
as my example:
-
when show navigation bar, there is safeAreaInsets at bottom, and 3 point for margin. which works great

-
however, if hide the navigation bar, it will show like this:
safeAreaInsets and margin-bottom is missing.
it seems because of wrong page height.
Expected Behavior
safeAreaInsets and margin-bottom should be there when hide navigation bar.
Screenshots
https://user-images.githubusercontent.com/211855/46199903-d09ce080-c342-11e8-814a-e6d1ce9167ae.png https://user-images.githubusercontent.com/211855/46200034-2f625a00-c343-11e8-8e48-a9a727f80fe2.png