webview_cef
webview_cef copied to clipboard
How to open one more webview?
I tried to add two tabs, but they shared one webview instance, couldn't load two different urls at separately.
Currently this plugin is not support multi tab.
I too want to achieve the same thing. If that and keyboard support is implemented, it would be wonderful.
Is there any work which we as independent Devs can do to enable multitab support on the plugin @hlwhl ? Like if it is not something not very complicated but not in the scope of the plugin as of yet?
I too want to achieve the same thing. If that and keyboard support is implemented, it would be wonderful.
Is there any work which we as independent Devs can do to enable multitab support on the plugin @hlwhl ? Like if it is not something not very complicated but not in the scope of the plugin as of yet?
#40 Maybe try to read code by @Doflatango , in this PR, he's trying implement multi instance support that related to multi tab feature.
Hi, every one. I've merged multi instance and multi window support branch to main. There is a lot of problems might have been resloved. Could you guys help us to verify what we did success and what new problem brought in? @MobileD3v3l @szwang1 @BullsEye34