我正在尝试在 Flipview 中获取 Webview,所以像往常一样它将是这样的:
<flipview>
<flipview.itemtemplate>
<datatemplate><webview name="wv" /> </datatemplate>
</flipview.itemtemplate>
</flipview>
我想使用 wv.navigatetostring(htmlstring);
现在的问题是,当我浏览项目时,有时 webview 会更新,有时不会。有什么建议吗?