Xamarin Webview Keyboard above the site

Asked

Viewed 180 times

0

I have a project in Xamarin Forms, with a webview inside it. When clicking on any input the keyboard appears, but overrides the html page input.

someone knows how to solve?

2 answers

0

0

Put that in your App.Cs

Xamarin.Forms.PlatformConfiguration.AndroidSpecific.Application.SetWindowSoftInputModeAdjust(this, Xamarin.Forms.PlatformConfiguration.AndroidSpecific.WindowSoftInputModeAdjust.Resize);
  • did not solve, it is the same method of the above answer

  • Put inside the builder?

  • yes, before Initializecomponent, then also,

Browser other questions tagged

You are not signed in. Login or sign up in order to post.