Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

How do I scroll a Webview so the keyboard doesn't hide the text entry ?

$
0
0

I have a Webview that displays a login page.. The page however does not scroll up when I go to enter text.. The text entry field remains under the keyboard and as such you cannot see when you type...

I tried putting the Webview inside of a ScrollView however it behaves exactly the same...

<ContentPage.Content>
  <Grid>
    <ScrollView>
      <WebView x:Name="WebViewLogin" IsVisible="True" VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand" BackgroundColor="White"/>
    </ScrollView>
  </Grid>
</ContentPage.Content>

How do you all overcome this ?


Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>