在非触摸式 symbian 手机中导航 QWebview
我们的 Symbian Qt 应用程序(第 3 版 FP1/Fp2、第 5 版 n Symbian^3)已完成,除了一些修复之外!
Qt 似乎不支持第三版手机的 QWebview 中的按键导航! https://bugreports.qt.io/browse/QTWEBKIT-271
!如何使用非触摸手机中的导航键浏览网页? 2. 有什么方法可以访问 QWebview 中的下一个可点击元素(如链接、登录/密码输入区域)? (这样我就可以通过处理 kb 事件来实现导航)
目前我在 web 视图中有一个光标,使用它我单击链接、滚动等,但这对用户来说一点也不友好:(,请帮助我找到解决方案!
Our Qt application for Symbian (3rd ed FP1/Fp2, 5th ed n Symbian^3) is complete except for few fixes!
Qt doesn't seem to support key navigation in QWebview for 3rd ed phones! https://bugreports.qt.io/browse/QTWEBKIT-271
!. How can I navigate through the webpage using navigation keys in non-touch phones?
2. Is there any way to access the next clickable element (like links, login/password input areas) in the QWebview? (so that I can implement navigation by handling kb events)
Currently I have a cursor in the webview using which I click on links, scroll etc, but that's not at all user friendly :(, please help me find a solution!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果它不起作用,那么它就不会在您使用的任何 QtWebKit 版本中实现。链接的错误特别提到了 QtWebKit 2.1,所以我想您只需更新到该版本即可。
If it does not work, then it's not implemented in whatever QtWebKit version you are using. The linked bug specifically mentions QtWebKit 2.1 so I guess you just have to update to that version.