Hello,
I have an issue regarding scroll in WebView :
toolkit:BaseView xmlns="http:xamarin.comschemas2014forms"
xmlns:x="http:schemas.microsoft.comwinfx2009xaml"
ScrollView
StackLayout
Label Text="{Binding Title}"
Image Source="{Binding Image}" Aspect="AspectFill"
Label Text="{Binding SelectedArticle.MediaLegend}"
WebView Source="{Binding ArticleWvsBodyHtml}" VerticalOptions = "FillAndExpand"
Label Text="{Binding ArticleCreationDateAndSignatureFormated}"
StackLayout
ScrollView
toolkit:BaseView
Behaviour :
the page do scroll anymore.
THe webview is scrollong vertically.
Questions :
how can i disable scroll on webview, the webview would use all the vertical space needed to render and the scroll view would scroll to the bottom to display all the content of the WebView.
Thank you for your answer
Jonathan