Replies: 1 comment
-
This functionality is up to you to implement as there is no tab functionality included. Add multiple ChromiumWebBrowser instances to a single tab, move them between tabs, they are just controls. In future please use https://github.com/cefsharp/CefSharp/discussions rather than open a feature request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please ask your questions under the Discussions section here on GitHub
CefSharp
is a wrapper around the Chromium Embedded Framework in a lot of cases a feature must be added toCEF
first before it can be used inCefSharp
.CEF
has its ownFeature Request Forum
at https://magpcss.org/ceforum/viewforum.php?f=7Describe the solution you'd like
A clear and concise description of the feature you are proposing
There is a feature in a chromium browser called Naver Whale it’s a South Korean web browser using the same engine they have dual browser. With dual tab it open two tab in the same browser window. It also can merge two opened tabs into one dual tab screen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I haven’t tried anything yet I wanted to see if it could be implemented some how.
Additional context
Add any other context or screenshots about the feature request here.
Checklist:
PR
exists on the CEF Pull Requests and I'd like to propose this feature is added toCefSharp
when/if it's merged.Beta Was this translation helpful? Give feedback.
All reactions