Can open new window from fancybrowser?
-
wrote on 30 Mar 2020, 09:02 last edited by
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 -
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@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. -
wrote on 30 Mar 2020, 09:36 last edited by
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 -
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@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()
-
wrote on 31 Mar 2020, 06:36 last edited by
Thank @raven-worx for your help.
I will try with QWebview::createWindow().
1/5