Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt WebKit
  4. Can open new window from fancybrowser?
Forum Updated to NodeBB v4.3 + New Features

Can open new window from fancybrowser?

Scheduled Pinned Locked Moved Unsolved Qt WebKit
5 Posts 2 Posters 678 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Van Tai
    wrote on 30 Mar 2020, 09:02 last edited by
    #1

    Hello community.
    I am using fancybrowser as a web browser for a project running on embedded linux. However, I cannot open new windows from fancybrowser . Let me ask if fancybrowser doesn't have the function of open new window by default?
    Can you show me how to fix this problem?
    Best regards

    R 1 Reply Last reply 30 Mar 2020, 09:17
    0
    • V Van Tai
      30 Mar 2020, 09:02

      Hello community.
      I am using fancybrowser as a web browser for a project running on embedded linux. However, I cannot open new windows from fancybrowser . Let me ask if fancybrowser doesn't have the function of open new window by default?
      Can you show me how to fix this problem?
      Best regards

      R Offline
      R Offline
      raven-worx
      Moderators
      wrote on 30 Mar 2020, 09:17 last edited by
      #2

      @Van-Tai
      what backend are you using?
      EGLFS does only support a single window at all.
      So you would need to implement the handling of new windows yourself - as popups / new item.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Van Tai
        wrote on 30 Mar 2020, 09:36 last edited by
        #3

        Thank @raven-worx
        I use linuxfb as command: ./fancybrowser -platform linuxfb
        Does linuxfb support multiple windows or not?
        And could you tell me how to implement the handling of new windows yourself - as popups / new item
        Best regards

        R 1 Reply Last reply 30 Mar 2020, 11:16
        0
        • V Van Tai
          30 Mar 2020, 09:36

          Thank @raven-worx
          I use linuxfb as command: ./fancybrowser -platform linuxfb
          Does linuxfb support multiple windows or not?
          And could you tell me how to implement the handling of new windows yourself - as popups / new item
          Best regards

          R Offline
          R Offline
          raven-worx
          Moderators
          wrote on 30 Mar 2020, 11:16 last edited by raven-worx
          #4

          @Van-Tai said in Can open new window from fancybrowser?:

          Does linuxfb support multiple windows or not?

          If you are not using a window manager (X11, Wayland), i guess no.

          And could you tell me how to implement the handling of new windows yourself - as popups / new item

          you need to reimplement QWebview::createWindow()

          --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
          If you have a question please use the forum so others can benefit from the solution in the future

          1 Reply Last reply
          0
          • V Offline
            V Offline
            Van Tai
            wrote on 31 Mar 2020, 06:36 last edited by
            #5

            Thank @raven-worx for your help.
            I will try with QWebview::createWindow().

            1 Reply Last reply
            0

            3/5

            30 Mar 2020, 09:36

            • Login

            • Login or register to search.
            3 out of 5
            • First post
              3/5
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved