WM6.5 嵌入 Internet Explorer 取景器滚动

发布于 2024-08-27 01:38:49 字数 208 浏览 3 评论 0原文

我正在编写一个针对 Windows Mobile 6.5 的 .NET 3.5 应用程序。我的应用程序使用嵌入式 IE 控件来显示内容。

IE 应用程序允许用户用手指滚动网页(即触摸屏幕并拖动,而不是使用滚动条)。我的 IE 控件有一个滚动条,当我模拟手势时,我会突出显示文本而不是滚动。

有没有办法为嵌入式 IE 控件添加手指手势支持?

谢谢, 亚伦

I'm writing a .NET 3.5 application targetted for Windows Mobile 6.5. My application uses an embedded IE control to display content.

The IE application allows the user to finger scroll around the webpage (i.e. touch the screen and drag instead of using the scrollbar). My IE control has a scrollbar and when I emulate the gesture, I highlight text instead of scrolling.

Is there a way to add finger gesture support to an embedded IE control?

Thanks,
Aaron

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人事已非 2024-09-03 01:38:49

这是对 .Net CF 3.5 中使用的 Web 浏览器控件的修复。此修复启用了正确的滚动。有关详细信息,请参阅此处:

http://blogs.msdn.com/raffael/archive/2009/ 09/29/microsoft-released-a-hotfix-for-netcf-v3-5-on-windows-mobile-6-1-4-onwards-to-address-basic-functionities-of-webbrowser-control.aspx< /a>

The was a fix to the web browser control used in .Net CF 3.5. This fix has proper scrolling enabled. See here for more information:

http://blogs.msdn.com/raffael/archive/2009/09/29/microsoft-released-a-hotfix-for-netcf-v3-5-on-windows-mobile-6-1-4-onwards-to-address-basic-functionalities-of-webbrowser-control.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文