Open tonholis opened 5 years ago
Greetings!
I noticed that the first time you access the page containing a FAB it looks normal but when you resume the app it shrinks its size (see screenshots).
This is my (simplified) XAML:
<?xml version="1.0" encoding="utf-8" ?> <ContentPage xmlns="http://xamarin.com/schemas/2014/forms" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:suave="clr-namespace:SuaveControls.Views;assembly=SuaveControls.FloatingActionButton" x:Class="Views.ListPage"> <Grid Padding="0"> <ListView></ListView> <suave:FloatingActionButton HorizontalOptions="End" VerticalOptions="End" Image="ic_camera_alt.png" > </suave:FloatingActionButton> </Grid> </ContentPage>
First page access:
After resuming the app:
I ran this test in the simulator with Android 6.0 and 9.0. I'm using the version 2018.1.5 of the plugin with Xamarin.Forms 3.4.0.1008975
Same thing happened to me
Any workaround for this?
Greetings!
I noticed that the first time you access the page containing a FAB it looks normal but when you resume the app it shrinks its size (see screenshots).
This is my (simplified) XAML:
First page access:
After resuming the app:
I ran this test in the simulator with Android 6.0 and 9.0. I'm using the version 2018.1.5 of the plugin with Xamarin.Forms 3.4.0.1008975