Is there any Opensource Browser for touchscreen device ?

Posted by Wallah on Stack Overflow See other posts from Stack Overflow or by Wallah
Published on 2010-04-20T05:41:23Z Indexed on 2010/04/20 5:43 UTC
Read the original article Hit count: 241

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 browser which is near to this requirements.

© Stack Overflow or respective owner

Related posts about browser

Related posts about embedded