webview_cef icon indicating copy to clipboard operation
webview_cef copied to clipboard

How to open one more webview?

Open szwang1 opened this issue 2 years ago • 7 comments

I tried to add two tabs, but they shared one webview instance, couldn't load two different urls at separately.

szwang1 avatar Jun 06 '23 09:06 szwang1

Currently this plugin is not support multi tab.

hlwhl avatar Jun 07 '23 01:06 hlwhl

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?

BullsEye34 avatar Jun 12 '23 11:06 BullsEye34

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.

hlwhl avatar Jun 22 '23 02:06 hlwhl

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

SinyimZhi avatar May 10 '24 05:05 SinyimZhi