我如何禁用 WebView 控件的水平滚动条可见性。请在此处找到我的问题的屏幕截图。 https://www.dropbox.com/s/ymdhwtvew32rjjs/Facebook%20Image.PNG
问问题
720 次
1 回答
1
Based on your screenshot it seems your trying to set up an authentication using a facebook account from your Windows 8 app.
If I am right, you should use instead of a WebView the WebAuthenticationBroker which is meant for.
You can find a WebAuthenticationBroker sample on MSDN over here.
Also you should take a look to this blog post (use google translate) which talk about it.
Regards.
于 2012-09-18T11:53:54.510 回答