0
I am compiling the application in the marshmallow version 6.0 and open everything right. But, when compiling
in some previous versions (for example in version 5.0.2 Lollipop and 4.4.2 Kitkat), the layout opens distorted and in 4.4.2 does not log in the app, gives password error, but I am typing correctly.
The custom entry
that I created, it opens totally different in version 5.0.2.
I already changed the Minimum Android to Target version 4.0 but it did not help.
What can I do to make the layout and features open correctly in previous versions ?
How can I set via code Behind the minimum version to open the app ?
Version 5.0.2
By cross-Platform you mean Xamarin Forms? You can post the layout you are using?
– Genos
Yes, Xamarin Forms. Yes, I will post @Genos
– AndreeH
From what I know to compile with the latest version does not interfere with the previous versions. Why not build with the most current version, in your case 6.0?
– rubStackOverflow
@rubStackOverflow, it opens in the most current version yes, in the case in 6.0 perfectly. However, when I compile in versions prior to this, it opens distorted the layout, for example custom entry. I will publish the images
– AndreeH
@Genos are there the images
– AndreeH