Results 1 to 2 of 2

Thread: Qt embedded browser issue

  1. #1
    Join Date
    Dec 2011
    Posts
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Qt embedded browser issue

    Hello,

    I am using Qt in an embedded environment (Freescale i.MX) and I am having problems with browsers on my target platform. I am able to start the demo browser app and it brings up the browser window but when I click on the favorites or try to launch a request from the URL, nothing happens, not even an error message. I have also built my own simple app that launches a browser window with a hard-coded URL, but again, the browser window opens but nothing else is displayed. I am able to 'ping' other computers on the network so I am assuming that I have network access. I have made sure that the 'proxy' option is not enabled which I believe is correct for our network.

    Is there some browser configuration or package that I am missing or ???

    Thanks for your help,
    imxer

  2. #2
    Join Date
    Dec 2011
    Posts
    3
    Qt products
    Qt4 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Qt embedded browser issue

    Just an update on this problem. It turned out that the DNS was not setup correctly on my target platform. After configuring the '/etc/resolv.conf' file with the correct domain and nameserver parameters, the browsers were able to access the requested addresses.

Similar Threads

  1. gmake embedded ARM build issue
    By proteus1 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 6th January 2011, 20:43
  2. QT4 Embedded custom build issue
    By nikel in forum Installation and Deployment
    Replies: 0
    Last Post: 26th November 2010, 20:03
  3. QPainter issue in embedded system
    By dulan2010 in forum Qt Programming
    Replies: 0
    Last Post: 13th November 2010, 13:51
  4. QT 4.5 Embedded Linux Demo Web Browser does not work
    By saltuka in forum Qt Programming
    Replies: 1
    Last Post: 1st November 2010, 04:11
  5. Embedded browser in QT
    By probine in forum Qt Programming
    Replies: 4
    Last Post: 14th August 2009, 07:28

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.