有没有适用于触摸屏设备的开源浏览器?
我需要在我的设备上安装互联网浏览器,该设备具有 4.3 英寸屏幕,分辨率为 480x272,我在嵌入式 Linux 上使用嵌入式 Qt 4.6.2。微控制器具有 450 Mhz 的 ARM9。
对浏览器的要求是
- 触摸屏支持、平移(无滚动条)
- 单点触摸缩放(无多点触摸可用)。
- 适合屏幕宽度支持(无水平滚动)。
- 符合酸 3 标准。
- 页面加载应该是这样的,首先显示所有可见文本 然后逐渐加载并显示图像。
有没有接近这个要求的开源浏览器。
我发现以下浏览器支持触摸屏。
- Firefox 移动版
- Maemo MicroB (任何人都可以告诉我在哪里可以找到这个来源)。
I need internet browser on my device which has 4.3 Inch screen with 480x272 resolution, I am using embedded Qt 4.6.2 on embedded linux. Micro-controller has ARM9 with 450 Mhz.
Requirements for browser are
- Touch Screen Support, Panning ( No Scroll bars)
- Single touch Zooming ( No Multi Touch Available).
- Fit to screen width support ( No Horizontal Scrolling).
- Acid 3 Standard Compliable.
- Page loading should be like, display all visible text first
and then load and show Images Gradually.
Is there any opensource browser which is near to this requirements.
I found following browsers which have touch screen support.
- Firefox Mobile
- Maemo MicroB ( Can any one please tell me where can I found source of this one).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果有帮助:MicroB源包是 在这里。
作为该浏览器的用户,我可以说它非常适合触摸。但无法确认支持您列出的所有功能。
If it helps: MicroB source package is here.
As a user of this browser I can say that it is very touch-friendly. Can't confirm support of all the features you've listed though.
使用迪洛怎么样? 迪洛
或者QT/Webkit怎么样,因为你已经在使用QT了?您也可以查看 Midori 但我从未使用过它。对于触摸传感器部分,这取决于您的触摸驱动程序。也许运行一个窗口管理器。
How about using dillo? Dillo
or how about the QT/Webkit since you are already using QT? You could also look at Midori but I have never used it. For the touch sensor part this depends on your touch drivers. Perhaps run a window manager.