WebView text too small cannot make bigger XForms (4.8)
问题 wondering if anyone can help, the text on the webView is too small, I have an HTML that I have NO control over. How can I increase the size? I have tried Xamarin forms: Webview content default size is too small but did not work for me as the page does not load at all. Is this a bug? Am I missing something? Any suggestions <WebView VerticalOptions="FillAndExpand" HorizontalOptions="FillAndExpand"> <WebView.Source> <HtmlWebViewSource Html="{Binding HtmlSource}" /> </WebView.Source> </WebView>