I just created a new Windows Store app for Windows 8.1 based on the Blank App (XAML)
template only putting the following line inside the Grid
of MainPage.xaml
:
<WebView x:Name="browser" ScrollViewer.ZoomMode="Disabled" ScrollViewer.VerticalScrollBarVisibility="Disabled" Source="http://www.quackit.com/html/codes/html_form_code.cfm" />
The HTML form controls behave as expected. Does this work for you? Do you have anything else on your page that could prevent interaction with HTML controls?
Maybe you have other (transparent) controls over the WebView
. There's a change in z-ordering in Windows 8.1: in Windows 8 WebView
was always rendered on top of other controls, now it can be rendered under other controls.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…