Xamarin Forms views get stretched on some android tablet devices/emulators with different screen densities. It is impossible to use the lower portion of the UI since it is not visible due to this stretching issue. One of the emulators being used has the following configuration:
Resolution: 1366 * 768
Screen Density: 213
Any suggestions/ideas on why is it occurring and how to handle it?