我想在Flipview中获取Webview,所以像往常一样,它会是这样的:
<flipview>
<flipview.itemtemplate>
<datatemplate><webview name="wv" /> </datatemplate>
</flipview.itemtemplate>
</flipview>
我想使用wv.navigatetostring(htmlstring);
现在的问题是,当我浏览项目时,有时会更新webview,有时则不会。有什么建议吗?
答案 0 :(得分:1)
理论上可以在FlipView中使用WebView,但是你应该知道这个组件的一些限制。使用WebView时存在一个众所周知的问题 - 它在所有内容上呈现,因此可能无法使用FlipView项目之间的触摸进行滑动。
在Windows 8应用程序中使用WebView之前,每个开发人员都应该知道的好文章:
Ten Things You Need to Know About WebView