Exception when I setAndroid.Views.SoftInput.AdjustResize

Hi,

I have added to my mainactivity: Window.SetSoftInputMode(Android.Views.SoftInput.AdjustResize);

But I have some issues with my forms in other pages. 

I have the exceptionbelow when I tap in the entry




If I remove Window.SetSoftInputMode(Android.Views.SoftInput.AdjustResize) it works well.

My code is:

<StackLayout
Grid.Row="1"
Spacing="40"
Padding="40,0"
Margin="0,40" Orientation="Vertical"
VerticalOptions="Center">
                    <!--- Email -->
                    <Entry Keyboard="Email"
                        Text="{Binding UserName }"
PlaceholderColor="{ DynamicResource BrandBlockTextColor }"
Placeholder="{ extensions:Translate Email or Username }"
Style="{ StaticResource SingleLineEntryStyle }"
/>
What is the workarround?

1 Reply

DS Devaraj Sekar Syncfusion Team June 29, 2020 11:58 AM UTC

Hi Alexis, 
Thank you for contacting Syncfusion support. 
The mentioned issue with “SfRichTextEditor crash on Android platform” works as expected from our side. We have prepared a sample based on the provided information which can be downloaded from the below link. 
Kindly provide us the details information about exact issue reproducing scenario, binding layout or kindly modify provided sample to reproduce the exact issue scenario, which will be helpful for us to provide a prompt solution at earliest. 
Regards, 
Devaraj S 


Loader.
Up arrow icon